Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmath10 committed Feb 16, 2024
1 parent 5154502 commit 46359c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.1 (2024-02-16)


### Features

* Custom injection logic ([a3f5463](https://github.com/modulify/morph/commit/a3f546330e7325469c8aba87256345846852ff0b))
* Generic type for source properties paths to restrict first argument of MorphOne::move ([2abc410](https://github.com/modulify/morph/commit/2abc41064813daba5a288da3794b800402dcbf91))
* Morph interface, unified mapping for nested arrays, generic types ([369e753](https://github.com/modulify/morph/commit/369e753005c1ab916f17f6c9bb3779818f8b7162))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@modulify/morph",
"description": "Mapping util",
"license": "MIT",
"version": "0.0.0",
"version": "0.0.1",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 46359c1

Please sign in to comment.