Skip to content

Commit

Permalink
chore: release v0.25.1 (#990)
Browse files Browse the repository at this point in the history
Co-authored-by: Haroen Viaene <hello@haroen.me>
  • Loading branch information
instantsearch-bot and Haroenv committed Jan 9, 2023
1 parent 5c19401 commit 28b5053
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [0.25.1](https://github.com/algolia/shipjs/compare/v0.25.0...v0.25.1) (2023-01-09)


### Bug Fixes

* **tags:** write an annotated git tag ([#989](https://github.com/algolia/shipjs/issues/989)) ([5c19401](https://github.com/algolia/shipjs/commit/5c19401ac10e3a0ee779d8136c37bc0f177cba6b))



# [0.25.0](https://github.com/algolia/shipjs/compare/v0.24.4...v0.25.0) (2022-11-22)


Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.25.0",
"version": "0.25.1",
"npmClient": "yarn",
"useWorkspaces": true
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "0.25.0",
"version": "0.25.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.25.0",
"version": "0.25.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.25.0';
export default '0.25.1';
11 changes: 3 additions & 8 deletions packages/shipjs/package.json
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.25.0",
"version": "0.25.1",
"description": "Take control of what is going to be your next release.",
"main": "index.js",
"engines": {
Expand All @@ -20,12 +20,7 @@
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"files": [
"bin/shipjs",
"src",
"!src/**/__tests__",
"index.js"
],
"files": ["bin/shipjs", "src", "!src/**/__tests__", "index.js"],
"author": "Algolia <support@algolia.com>",
"homepage": "https://github.com/algolia/shipjs",
"bugs": {
Expand Down Expand Up @@ -59,7 +54,7 @@
"prettier": "^2.0.0",
"serialize-javascript": "^3.0.0",
"shell-quote": "^1.7.2",
"shipjs-lib": "0.25.0",
"shipjs-lib": "0.25.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.25.0';
export default '0.25.1';

0 comments on commit 28b5053

Please sign in to comment.