diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f34752..64af23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.0] - 2022-02-23 ### Changed - Setup current linter and prettier presets. diff --git a/manifest.json b/manifest.json index 45c53a8..cd77904 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-maintenance", "vendor": "vtex", - "version": "0.0.1", + "version": "1.0.0", "title": "Maintenance Mode application", "description": "Installing this app will show a maintenance page on the entire site", "mustUpdateAt": "2021-11-23", diff --git a/node/package.json b/node/package.json index a6448ad..bc1fe79 100644 --- a/node/package.json +++ b/node/package.json @@ -16,5 +16,5 @@ "scripts": { "lint": "tsc --noEmit --pretty" }, - "version": "0.2.0" + "version": "1.0.0" }