Skip to content

Commit b1824ed

Browse files
authoredOct 8, 2021
Merge pull request #90 from raduwen/release/v0.5.0
chore: bumpup v0.5.0
2 parents 98e4ad8 + b199849 commit b1824ed

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.5.0
2+
- viteからNext.jsに戻した
3+
14
## v0.4.1
25
### Fix
36
- development modeでうまく動作しないのでmpaプラグインを導入して調整した

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "widgets",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"license": "MIT",
55
"engines": {
66
"node": "14.x"

1 commit comments

Comments
 (1)
Please sign in to comment.