Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Oct 29, 2020
1 parent 03e48eb commit b5ac44c
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 8 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.2"
"version": "0.2.0"
}
13 changes: 13 additions & 0 deletions packages/blurhash-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/blurhash-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"scripts": {
"build": "microbundle --no-compress --format es,cjs --no-sourcemap --strict"
},
"version": "0.1.2"
"version": "0.2.0"
}

0 comments on commit b5ac44c

Please sign in to comment.