Skip to content

Commit

Permalink
chore: release v0.27.0 (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv authored Dec 10, 2024
1 parent f33b9bc commit d0d5401
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 13 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.27.0](https://github.com/algolia/shipjs/compare/v0.26.4...v0.27.0) (2024-12-10)


### Features

* use ES modules ([#1007](https://github.com/algolia/shipjs/issues/1007)) ([f33b9bc](https://github.com/algolia/shipjs/commit/f33b9bc4404f1364373bfd78951048bb3f71bedf))


### BREAKING CHANGES

* code is in in ES Modules now and earliest node support is 18



## [0.26.4](https://github.com/algolia/shipjs/compare/v0.26.3...v0.26.4) (2024-08-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.26.4",
"version": "0.27.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.26.4",
"version": "0.27.0",
"scripts": {
"postinstall": "patch-package",
"prepare": "yarn build",
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipjs-lib",
"version": "0.26.4",
"version": "0.27.0",
"description": "Take control of what is going to be your next release.",
"main": "dist/index.esm.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.26.4';
export default '0.27.0';
11 changes: 3 additions & 8 deletions packages/shipjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.26.4",
"version": "0.27.0",
"description": "Take control of what is going to be your next release.",
"main": "index.js",
"type": "module",
Expand All @@ -21,12 +21,7 @@
"lint": "eslint .",
"lint:fix": "yarn run lint --fix"
},
"files": [
"bin/shipjs",
"src",
"!src/**/__tests__",
"index.js"
],
"files": ["bin/shipjs", "src", "!src/**/__tests__", "index.js"],
"author": "Algolia <[email protected]>",
"homepage": "https://github.com/algolia/shipjs",
"bugs": {
Expand Down Expand Up @@ -58,7 +53,7 @@
"prettier": "^2.0.0",
"serialize-javascript": "^3.0.0",
"shell-quote": "^1.7.2",
"shipjs-lib": "0.26.4",
"shipjs-lib": "0.27.0",
"temp-write": "4.0.0",
"tempfile": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.26.4';
export default '0.27.0';

0 comments on commit d0d5401

Please sign in to comment.