Skip to content

Commit

Permalink
chore: release v0.21.1 (#926)
Browse files Browse the repository at this point in the history
* chore: release v0.21.1

* Update CHANGELOG.md

Co-authored-by: shipjs <shipjs@test.com>
  • Loading branch information
Eunjae Lee and shipjs committed Sep 23, 2020
1 parent d4c58b1 commit f8a1ddb
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 17 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
@@ -1,19 +1,11 @@
## [0.21.1-beta.2](https://github.com/algolia/shipjs/compare/v0.21.0...v0.21.1-beta.2) (2020-09-10)


### Bug Fixes

* set npm config to read NPM_AUTH_TOKEN ([#923](https://github.com/algolia/shipjs/issues/923)) ([1c935a3](https://github.com/algolia/shipjs/commit/1c935a354fb167a3fd5bc9587c857ec338df59db))



## [0.21.1-beta.0](https://github.com/algolia/shipjs/compare/v0.21.0...v0.21.1-beta.0) (2020-09-08)
## [0.21.1](https://github.com/algolia/shipjs/compare/v0.21.0...v0.21.1) (2020-09-23)


### Bug Fixes

* **setup:** add --tag to publish command in generated config ([#916](https://github.com/algolia/shipjs/issues/916)) ([53121e2](https://github.com/algolia/shipjs/commit/53121e22292df864413dff36238ad2daf1ae17c9))
* **trigger:** replace yarn publish with npm publish ([#919](https://github.com/algolia/shipjs/issues/919)) ([66149dc](https://github.com/algolia/shipjs/commit/66149dc4da2884a57dca03296fbc24262843964a))
* **trigger:** set npm config to read NPM_AUTH_TOKEN ([#923](https://github.com/algolia/shipjs/issues/923)) ([1c935a3](https://github.com/algolia/shipjs/commit/1c935a354fb167a3fd5bc9587c857ec338df59db))



Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.21.1-beta.2",
"version": "0.21.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "0.21.1-beta.2",
"version": "0.21.1",
"scripts": {
"prepare": "yarn build",
"build": "yarn workspace shipjs-lib build",
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "shipjs-lib",
"version": "0.21.1-beta.2",
"version": "0.21.1",
"description": "Take control of what is going to be your next release.",
"main": "dist/index.esm.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/src/version.js
@@ -1 +1 @@
export default '0.21.1-beta.2';
export default '0.21.1';
4 changes: 2 additions & 2 deletions packages/shipjs/package.json
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.21.1-beta.2",
"version": "0.21.1",
"description": "Take control of what is going to be your next release.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"prettier": "^2.0.0",
"serialize-javascript": "^3.0.0",
"shell-quote": "^1.7.2",
"shipjs-lib": "0.21.1-beta.2",
"shipjs-lib": "0.21.1",
"temp-write": "4.0.0",
"tempfile": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs/src/version.js
@@ -1 +1 @@
export default '0.21.1-beta.2';
export default '0.21.1';

0 comments on commit f8a1ddb

Please sign in to comment.