diff --git a/CHANGELOG.md b/CHANGELOG.md index ed847c07..f9a1eff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.10.1](https://github.com/EddieHubCommunity/api/compare/v0.10.0...v0.10.1) (2021-08-06) + + +### Bug Fixes + +* run docs for all changes ([#161](https://github.com/EddieHubCommunity/api/issues/161)) ([ea31159](https://github.com/EddieHubCommunity/api/commit/ea311594386f6dbaf5bb6ab9471bb6a3cfe17007)) + + + # [0.10.0](https://github.com/EddieHubCommunity/api/compare/v0.9.1...v0.10.0) (2021-08-06) @@ -34,12 +43,3 @@ -# [0.7.0](https://github.com/EddieHubCommunity/api/compare/v0.6.13...v0.7.0) (2021-07-31) - - -### Features - -* namespaces for data ([#168](https://github.com/EddieHubCommunity/api/issues/168)) ([0f90839](https://github.com/EddieHubCommunity/api/commit/0f90839df47e63396db3ed014f3bc857c7380849)), closes [#137](https://github.com/EddieHubCommunity/api/issues/137) [#137](https://github.com/EddieHubCommunity/api/issues/137) - - - diff --git a/package.json b/package.json index 61c4e0d9..a50b816f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "0.10.0", + "version": "0.10.1", "description": "An API to manage our community data", "author": "EddieHubCommunity", "license": "MIT",