Skip to content

Commit

Permalink
chore: release v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Nov 22, 2022
1 parent 7ee9bda commit e92b390
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [0.25.0](https://github.com/algolia/shipjs/compare/v0.24.4...v0.25.0) (2022-11-22)


### Features

* **versioning:** allow independent versioning ([#984](https://github.com/algolia/shipjs/issues/984)) ([53f2f0b](https://github.com/algolia/shipjs/commit/53f2f0b7aed881bebbc7d6f7600334e5ed990a22))

### Bug Fixes

* **github:** require later version of octokit ([bb915bf](https://github.com/algolia/shipjs/commit/bb915bf617cffdc2e817e2b06719082386ea3f6a))


## [0.24.4](https://github.com/algolia/shipjs/compare/v0.24.3...v0.24.4) (2022-04-12)


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

0 comments on commit e92b390

Please sign in to comment.