We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e4808 commit bd6635cCopy full SHA for bd6635c
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [2.0.1] - 2020-05-19
11
+
12
### Fixed
13
14
- Improve docs (`README.md file`)
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name": "cookiebot",
3
"vendor": "vtex",
4
- "version": "2.0.0",
+ "version": "2.0.1",
5
"title": "Cookiebot",
6
"description": "",
"billingOptions": {
react/package.json
@@ -24,5 +24,5 @@
24
"tslint-eslint-rules": "^5.4.0",
25
"typescript": "3.8.3"
26
},
27
- "version": "2.0.0"
+ "version": "2.0.1"
28
}
0 commit comments