Skip to content

Commit

Permalink
release: v0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.4.0](v0.3.0...v0.4.0) (2022-11-18)

### Features

* add toast component ([a7f770f](a7f770f))
* add toast component ([b59c001](b59c001))
  • Loading branch information
semantic-release-bot committed Nov 18, 2022
1 parent a5cfdc4 commit 3356680
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.4.0](https://github.com/make3waves/makaka/compare/v0.3.0...v0.4.0) (2022-11-18)


### Features

* add toast component ([a7f770f](https://github.com/make3waves/makaka/commit/a7f770ffaae5166133a5565b8b9f0c9ff9027a19))
* add toast component ([b59c001](https://github.com/make3waves/makaka/commit/b59c00165e41cf7f9aa130d8975d04c395d2a7d5))

# [0.3.0](https://github.com/make3waves/makaka/compare/v0.2.1...v0.3.0) (2022-11-09)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "makaka",
"private": false,
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"description": "一个轻量级 React 组件库",
"homepage": "https://github.com/make3waves/makaka",
Expand Down Expand Up @@ -100,4 +100,4 @@
"typescript": "^4.6.4",
"vite": "^3.2.0"
}
}
}

0 comments on commit 3356680

Please sign in to comment.