diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecc163..21c21ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.0.5 + +[compare changes](https://github.com/Dave136/smapper/compare/v0.0.4...v0.0.5) + +### 🩹 Fixes + +- Declare and import types correctly ([90de392](https://github.com/Dave136/smapper/commit/90de392)) + +### 💅 Refactors + +- Remove no used src/types.ts ([54cd573](https://github.com/Dave136/smapper/commit/54cd573)) + +### ❤️ Contributors + +- David Arenas + ## v0.0.4 [compare changes](https://github.com/Dave136/smapper/compare/v0.0.3...v0.0.4) diff --git a/package.json b/package.json index 0de1b74..0f4d4b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smapper", - "version": "0.0.4", + "version": "0.0.5", "author": "David Arenas (davejs136@gmail.com)", "description": "Mapper function to transform the Strapi API response", "type": "module", @@ -46,4 +46,4 @@ "dependencies": { "lodash": "^4.17.21" } -} +} \ No newline at end of file