Skip to content

Commit e848bd8

Browse files
chore: release 0.6.0 (#410)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aa5d116 commit e848bd8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.6.0](https://www.github.com/inabagumi/blurhash-loader/compare/v0.5.2...v0.6.0) (2021-09-22)
6+
7+
8+
### Features
9+
10+
* disable external font ([#165](https://www.github.com/inabagumi/blurhash-loader/issues/165)) ([8ffba34](https://www.github.com/inabagumi/blurhash-loader/commit/8ffba3404c7d319d8e29c4dfd1ce13f69532bf24))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** only patch release can be upgraded for prettier ([#267](https://www.github.com/inabagumi/blurhash-loader/issues/267)) ([d9e0d57](https://www.github.com/inabagumi/blurhash-loader/commit/d9e0d57ff208d503de3a36615d548bd89a63b643))
16+
* **website:** disable eslint ([2199579](https://www.github.com/inabagumi/blurhash-loader/commit/2199579ba1c18a07f6c12615850084699b542dbc))
17+
18+
19+
### Reverts
20+
21+
* **github-actions:** use github actions tokens ([6169d6c](https://www.github.com/inabagumi/blurhash-loader/commit/6169d6c5f02dabf8e3678cf83c8379dbf434b676))
22+
523
### [0.5.2](https://github.com/inabagumi/blurhash-loader/compare/v0.5.1...v0.5.2) (2020-11-02)
624

725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@
6464
},
6565
"source": "src/index.ts",
6666
"types": "dist/index.d.ts",
67-
"version": "0.5.2"
67+
"version": "0.6.0"
6868
}

0 commit comments

Comments
 (0)