Skip to content

Commit

Permalink
chore(release): v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave136 committed Jul 15, 2023
1 parent 90de392 commit 65ccf77
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <davejs136@gmail.com>

## v0.0.4

[compare changes](https://github.com/Dave136/smapper/compare/v0.0.3...v0.0.4)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -46,4 +46,4 @@
"dependencies": {
"lodash": "^4.17.21"
}
}
}

0 comments on commit 65ccf77

Please sign in to comment.