diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e93080..0dc1e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/inabagumi/blurhash-loader/compare/v0.1.2...v0.2.0) (2020-10-29) + + +### Bug Fixes + +* fix allowBranch ([#22](https://github.com/inabagumi/blurhash-loader/issues/22)) ([03e48eb](https://github.com/inabagumi/blurhash-loader/commit/03e48ebde1c887237873b2ad34e37dbec47b970b)) + + + + + # Changelog 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. diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md new file mode 100644 index 0000000..601f099 --- /dev/null +++ b/examples/nextjs/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/inabagumi/blurhash-loader/compare/v0.1.2...v0.2.0) (2020-10-29) + +**Note:** Version bump only for package nextjs diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 1a781a5..2204181 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "nextjs", - "version": "0.1.0", + "version": "0.2.0", "private": true, "scripts": { "dev": "next dev", diff --git a/lerna.json b/lerna.json index 7977876..77348d1 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "0.1.2" + "version": "0.2.0" } diff --git a/packages/blurhash-loader/CHANGELOG.md b/packages/blurhash-loader/CHANGELOG.md index 8e93080..2012c31 100644 --- a/packages/blurhash-loader/CHANGELOG.md +++ b/packages/blurhash-loader/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/inabagumi/blurhash-loader/compare/v0.1.2...v0.2.0) (2020-10-29) + +**Note:** Version bump only for package blurhash-loader + + + + + # Changelog 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. diff --git a/packages/blurhash-loader/package.json b/packages/blurhash-loader/package.json index cde556b..f27345c 100644 --- a/packages/blurhash-loader/package.json +++ b/packages/blurhash-loader/package.json @@ -42,5 +42,5 @@ "scripts": { "build": "microbundle --no-compress --format es,cjs --no-sourcemap --strict" }, - "version": "0.1.2" + "version": "0.2.0" }