Skip to content

Commit

Permalink
chore: release v0.24.1 (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee committed Dec 7, 2021
1 parent b4454a5 commit cb02b87
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [0.24.1](https://github.com/algolia/shipjs/compare/v0.24.0...v0.24.1) (2021-12-07)


### Bug Fixes

* add 'ci' to list of accepted types ([#965](https://github.com/algolia/shipjs/issues/965)) ([82a2a31](https://github.com/algolia/shipjs/commit/82a2a31089083eb5d6a87a7c1ee2aa47a7377717))



# [0.24.0](https://github.com/algolia/shipjs/compare/v0.23.3...v0.24.0) (2021-09-21)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
<a href="http://npmjs.com/package/shipjs"><img alt="npm" src="https://img.shields.io/npm/v/shipjs"></a>
<a href="https://circleci.com/gh/algolia/shipjs"><img alt="CircleCI" src="https://img.shields.io/circleci/build/gh/algolia/shipjs"></a>
<a href="https://github.com/algolia/shipjs/blob/master/LICENSE"><img alt="NPM" src="https://img.shields.io/npm/l/shipjs"></a>
<a href="https://github.com/algolia/shipjs#contributors-"><img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-11-orange.svg"></a>
<a href="https://github.com/algolia/shipjs#contributors-"><img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-12-orange.svg"></a>
<a href="https://join.slack.com/t/shipjs/shared_invite/enQtODc3OTc3NjQ0NDg3LTU3ZDgyMzlkNzY2YTMxMGQ1MzE3OGMzZjMzYjU5Y2NmZDQ5Mzk1ZWUxZjk3NWFjMDIwYmI0ZGUyY2E2YTZkYzk"><img alt="Chat on Slack" src="https://img.shields.io/badge/chat-on%20Slack-orange"></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.24.0",
"version": "0.24.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "0.24.0",
"version": "0.24.1",
"scripts": {
"postinstall": "patch-package",
"prepare": "yarn build",
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "shipjs-lib",
"version": "0.24.0",
"version": "0.24.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.24.0';
export default '0.24.1';
4 changes: 2 additions & 2 deletions packages/shipjs/package.json
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.24.0",
"version": "0.24.1",
"description": "Take control of what is going to be your next release.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"prettier": "^2.0.0",
"serialize-javascript": "^3.0.0",
"shell-quote": "^1.7.2",
"shipjs-lib": "0.24.0",
"shipjs-lib": "0.24.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.24.0';
export default '0.24.1';

0 comments on commit cb02b87

Please sign in to comment.