diff --git a/CHANGELOG.md b/CHANGELOG.md index 767349d..e230805 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.1.2](https://github.com/apollosproject/cli/compare/v0.1.1...v0.1.2) (2022-06-03) + + +### Bug Fixes + +* sets version checker to sync ([323449c](https://github.com/apollosproject/cli/commit/323449cd9e93f722b8abb6f8607db5e76c53f91a)) + ## [0.1.1](https://github.com/apollosproject/cli/compare/v0.1.0...v0.1.1) (2022-06-03) diff --git a/package.json b/package.json index e1f16cf..b23f709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollosproject/cli", - "version": "0.1.1", + "version": "0.1.2", "repository": "github:apollosproject/cli", "description": "", "type": "module",