diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a6dfe..a6abbbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.0](https://github.com/clearroad/clearroad-api-storages/compare/v0.1.0-alpha.9...v0.1.0) (2019-01-23) + + +### Bug Fixes + +* require version 3 of [@clearroad](https://github.com/clearroad)/api ([66c63e5](https://github.com/clearroad/clearroad-api-storages/commit/66c63e5)) + + + # [0.1.0-alpha.9](https://github.com/clearroad/clearroad-api-storages/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2018-12-17) diff --git a/package-lock.json b/package-lock.json index 10c550d..9bf1705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "clearroad-api-storages", - "version": "0.1.0-alpha.9", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad3a988..e08d924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clearroad-api-storages", - "version": "0.1.0-alpha.9", + "version": "0.1.0", "description": "ClearRoad API additional storages", "main": "index.js", "scripts": {