Skip to content

Commit 4b885dc

Browse files
committed
chore(release): 0.4.1
1 parent 7c1ed92 commit 4b885dc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.4.1](https://github.com/inabagumi/blurhash-loader/compare/v0.4.0...v0.4.1) (2020-10-30)
6+
7+
8+
### Bug Fixes
9+
10+
* add files prop to package.json ([#39](https://github.com/inabagumi/blurhash-loader/issues/39)) ([7c1ed92](https://github.com/inabagumi/blurhash-loader/commit/7c1ed9287bf839dc57a8dfe2083e27d2726af5dc))
11+
512
## [0.4.0](https://github.com/inabagumi/blurhash-loader/compare/v0.3.0...v0.4.0) (2020-10-30)
613

714
## [0.3.0](https://github.com/inabagumi/blurhash-loader/compare/v0.2.0...v0.3.0) (2020-10-30)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
"lint": "eslint .",
5656
"release": "standard-version"
5757
},
58-
"version": "0.4.0"
58+
"version": "0.4.1"
5959
}

0 commit comments

Comments
 (0)