diff --git a/CHANGELOG.md b/CHANGELOG.md index 296137b..a694b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.3.0](https://github.com/sern-handler/cli/compare/v0.2.2...v0.3.0) (2022-07-07) + + +### Features + +* **init:** add --sync flag ([#53](https://github.com/sern-handler/cli/issues/53)) ([b24a053](https://github.com/sern-handler/cli/commit/b24a053d1cb8c00d49a96b6d536dd17205b9fa0e)) + ### [0.2.2](https://github.com/sern-handler/cli/compare/v0.2.1...v0.2.2) (2022-07-05) ### [0.2.1](https://github.com/sern-handler/cli/compare/v0.2.0...v0.2.1) (2022-07-05) diff --git a/package-lock.json b/package-lock.json index f0ebd25..9ed5fb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sern/cli", - "version": "0.2.2", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sern/cli", - "version": "0.2.2", + "version": "0.3.0", "license": "MIT", "dependencies": { "axios": "^0.27.2", diff --git a/package.json b/package.json index d26d454..55e05f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sern/cli", - "version": "0.2.2", + "version": "0.3.0", "description": "A CLI for @sern/handler", "exports": "./src/index.js", "bin": {