Skip to content

Commit

Permalink
chore: release v21.12.0
Browse files Browse the repository at this point in the history
@kherock/yarn-plugin-release: v1.6.4
  • Loading branch information
github-actions[bot] committed Dec 9, 2021
1 parent 7cea0bd commit 0df0858
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [21.12.0](https://github.com/kherock/yarn-plugins/compare/v21.9.0...v21.12.0) (2021-12-09)


### Bug Fixes

* **plugin-release:** work around stream.pipeline bug present Node 16.10-16.13.0 ([29f3b28](https://github.com/kherock/yarn-plugins/commit/29f3b2838c63d419b0d269c5b6f1679977252fd5))

## [21.9.0](https://github.com/kherock/yarn-plugins/compare/v21.8.7...v21.9.0) (2021-09-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kherock/yarn-plugins",
"version": "21.9.0",
"version": "21.12.0",
"private": true,
"license": "BSD-2-Clause",
"workspaces": [
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.4](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2021-12-09)


### Bug Fixes

* **plugin-release:** work around stream.pipeline bug present Node 16.10-16.13.0 ([29f3b28](https://github.com/kherock/yarn-plugins/commit/29f3b2838c63d419b0d269c5b6f1679977252fd5))

## [1.6.3](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2021-09-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kherock/yarn-plugin-release",
"version": "1.6.3",
"version": "1.6.4",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <[email protected]>",
Expand Down

0 comments on commit 0df0858

Please sign in to comment.