Skip to content

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Dec 21, 2021
1 parent 68fdf89 commit 80a94c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.1](https://github.com/WeBankFinTech/fes-design/compare/v0.1.0...v0.1.1) (2021-12-21)



# [0.1.0](https://github.com/WeBankFinTech/fes-design/compare/v0.0.6...v0.1.0) (2021-12-21)


Expand Down
2 changes: 1 addition & 1 deletion components/version/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const version = '0.1.0';
const version = '0.1.1';

export default version;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/fes-design",
"version": "0.1.0",
"version": "0.1.1",
"description": "fes-design for PC",
"main": "dist/fesDesign.js",
"module": "es/index.js",
Expand Down

0 comments on commit 80a94c5

Please sign in to comment.