Skip to content

Commit

Permalink
chore: release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JasKang committed Sep 7, 2022
1 parent 39b890b commit 31c17fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
## [0.0.6](https://github.com/JasKang/rubic/compare/0.0.5...0.0.6) (2022-09-07)

### Features

## [0.0.5](https://github.com/JasKang/rubic/compare/0.0.4...0.0.5) (2022-05-27)
- 调整生命周期
- 重构单元测试框架

## [0.0.5](https://github.com/JasKang/rubic/compare/0.0.4...0.0.5) (2022-05-27)

### Bug Fixes

* type 导出的问题 ([de516c0](https://github.com/JasKang/rubic/commit/de516c082cd6c9ececd1823b68cdf73cab14c253))
- type 导出的问题 ([de516c0](https://github.com/JasKang/rubic/commit/de516c082cd6c9ececd1823b68cdf73cab14c253))

## [0.0.4](https://github.com/JasKang/rubic/compare/0.0.3...0.0.4) (2022-05-26)


### Bug Fixes

* test ([0905187](https://github.com/JasKang/rubic/commit/090518700423bf3ab5092016a015839fcc1b2bc1))
* watch ([4f3e9df](https://github.com/JasKang/rubic/commit/4f3e9df9931797766f83eb8baee10533d14b6c04))
- test ([0905187](https://github.com/JasKang/rubic/commit/090518700423bf3ab5092016a015839fcc1b2bc1))
- watch ([4f3e9df](https://github.com/JasKang/rubic/commit/4f3e9df9931797766f83eb8baee10533d14b6c04))

## [0.0.3](https://github.com/JasKang/rubic/compare/0.0.3-beta.7...0.0.3) (2022-05-24)

Expand Down Expand Up @@ -74,4 +77,4 @@

# Feat:

- test
- test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubic",
"version": "0.0.5",
"version": "0.0.6",
"description": "rubic",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

1 comment on commit 31c17fc

@vercel
Copy link

@vercel vercel bot commented on 31c17fc Sep 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rubic – ./

rubic.vercel.app
rubic-jaskang.vercel.app
rubic-git-main-jaskang.vercel.app

Please sign in to comment.