We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd6506 commit 7e499b0Copy full SHA for 7e499b0
3 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
+
10
+## [1.1.0] - 2019-12-27
11
### Added
12
- Docs builder.
13
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name": "google-analytics",
3
"vendor": "vtex",
4
- "version": "1.0.2",
+ "version": "1.1.0",
5
"title": "Google Analytics",
"description": "Google Analytics app",
"mustUpdateAt": "2019-04-03",
react/package.json
@@ -34,5 +34,6 @@
34
},
35
"dependencies": {
36
"@types/google.analytics": "0.0.39"
37
- }
+ },
38
+ "version": "1.1.0"
39
}
0 commit comments