Skip to content

Commit b5ac44c

Browse files
committed
chore(release): v0.2.0
1 parent 03e48eb commit b5ac44c

File tree

6 files changed

+40
-3
lines changed

6 files changed

+40
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.2.0](https://github.com/inabagumi/blurhash-loader/compare/v0.1.2...v0.2.0) (2020-10-29)
7+
8+
9+
### Bug Fixes
10+
11+
* fix allowBranch ([#22](https://github.com/inabagumi/blurhash-loader/issues/22)) ([03e48eb](https://github.com/inabagumi/blurhash-loader/commit/03e48ebde1c887237873b2ad34e37dbec47b970b))
12+
13+
14+
15+
16+
117
# Changelog
218

319
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.

examples/nextjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.2.0](https://github.com/inabagumi/blurhash-loader/compare/v0.1.2...v0.2.0) (2020-10-29)
7+
8+
**Note:** Version bump only for package nextjs

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
},
99
"npmClient": "yarn",
1010
"useWorkspaces": true,
11-
"version": "0.1.2"
11+
"version": "0.2.0"
1212
}

packages/blurhash-loader/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.2.0](https://github.com/inabagumi/blurhash-loader/compare/v0.1.2...v0.2.0) (2020-10-29)
7+
8+
**Note:** Version bump only for package blurhash-loader
9+
10+
11+
12+
13+
114
# Changelog
215

316
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.

packages/blurhash-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
"scripts": {
4343
"build": "microbundle --no-compress --format es,cjs --no-sourcemap --strict"
4444
},
45-
"version": "0.1.2"
45+
"version": "0.2.0"
4646
}

0 commit comments

Comments
 (0)