Skip to content

Commit

Permalink
chore: release v0.25.0 (#985)
Browse files Browse the repository at this point in the history
* chore: release v0.25.0

* Delete package-lock.json

* Update packages/shipjs/CHANGELOG.md

* right changelog

Co-authored-by: Haroen Viaene <[email protected]>
  • Loading branch information
instantsearch-bot and Haroenv authored Nov 22, 2022
1 parent bb915bf commit e69c92c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [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
9 changes: 7 additions & 2 deletions packages/shipjs/package.json
Original file line number Diff line number Diff line change
@@ -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 All @@ -20,7 +20,12 @@
"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 <[email protected]>",
"homepage": "https://github.com/algolia/shipjs",
"bugs": {
Expand Down

0 comments on commit e69c92c

Please sign in to comment.