diff --git a/CHANGELOG.md b/CHANGELOG.md index e230805..fa921a6 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.3](https://github.com/apollosproject/cli/compare/v0.1.2...v0.1.3) (2022-06-06) + + +### Bug Fixes + +* fix mobile init script ([2effde2](https://github.com/apollosproject/cli/commit/2effde2567385bce02f6fcb84259db7de91a7b86)) + ## [0.1.2](https://github.com/apollosproject/cli/compare/v0.1.1...v0.1.2) (2022-06-03) diff --git a/package.json b/package.json index c7d75b0..09b04df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollosproject/cli", - "version": "0.1.2", + "version": "0.1.3", "repository": "github:apollosproject/cli", "description": "", "type": "module",