Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.1.0...v1.0.0) (2023-03-20)

### Features

* const for priority side + cleanup types ([bf19728](bf19728))

### BREAKING CHANGES

* bump version to v1.x
  • Loading branch information
semantic-release-bot committed Mar 20, 2023
1 parent 48d4138 commit 4c3113c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0](https://github.com/Tada5hi/smob/compare/v0.1.0...v1.0.0) (2023-03-20)


### Features

* const for priority side + cleanup types ([bf19728](https://github.com/Tada5hi/smob/commit/bf1972895066af4c7d33acbc04e7670f6b926794))


### BREAKING CHANGES

* bump version to v1.x

# [0.1.0](https://github.com/Tada5hi/smob/compare/v0.0.7...v0.1.0) (2023-01-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smob",
"version": "0.1.0",
"version": "1.0.0",
"description": "Zero dependency library to safe merge objects.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 4c3113c

Please sign in to comment.