diff --git a/CHANGELOG.md b/CHANGELOG.md index b2aee119..bb6514e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [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) + + + ## [0.6.13](https://github.com/EddieHubCommunity/api/compare/v0.6.12...v0.6.13) (2021-07-23) @@ -34,12 +43,3 @@ -## [0.6.9](https://github.com/EddieHubCommunity/api/compare/v0.6.8...v0.6.9) (2021-06-28) - - -### Bug Fixes - -* rename author-headers ([#144](https://github.com/EddieHubCommunity/api/issues/144)) ([6c39d57](https://github.com/EddieHubCommunity/api/commit/6c39d57826dc61f5149ee39d6d9e916bc4952e15)) - - - diff --git a/package.json b/package.json index 8654e372..8523bde5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "0.6.13", + "version": "0.7.0", "description": "An API to manage our community data", "author": "EddieHubCommunity", "license": "MIT", @@ -96,4 +96,4 @@ "coverageDirectory": "../coverage", "testEnvironment": "node" } -} +} \ No newline at end of file