Skip to content

Commit

Permalink
chore: release v0.26.3 (#1001)
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 Apr 12, 2023
1 parent 0e66d1a commit 82d001f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [0.26.3](https://github.com/algolia/shipjs/compare/v0.26.2...v0.26.3) (2023-04-12)


### Bug Fixes

* **github:** update parameters used during upload of release assets ([#1000](https://github.com/algolia/shipjs/issues/1000)) ([0e66d1a](https://github.com/algolia/shipjs/commit/0e66d1a8bc7291ec70593c3f23f66166ee83535e))



## [0.26.2](https://github.com/algolia/shipjs/compare/v0.26.1...v0.26.2) (2023-04-06)


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

0 comments on commit 82d001f

Please sign in to comment.