Skip to content

Commit

Permalink
chore(release): v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave136 committed Jul 15, 2023
1 parent 54b2656 commit 10fa4a6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog


## v0.0.1


### 🚀 Enhancements

- Implement mapper function ([72323b5](https://github.com/Dave136/smapper/commit/72323b5))
- Add tests ([54b2656](https://github.com/Dave136/smapper/commit/54b2656))

### ❤️ Contributors

- David Arenas <davejs136@gmail.com>

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.0",
"version": "0.0.1",
"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 10fa4a6

Please sign in to comment.