Skip to content

Commit 6714bc1

Browse files
committed
chore: prepare release
1 parent dd450e4 commit 6714bc1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/jest/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## Unreleased (9.0.0)
3+
## 9.0.0
44

5-
- Update dependencies (including `typescript`)
5+
- Update dependencies (including `typescript`, `@knapsack-pro/core`)
66
- (Internal) Import `package.json`
77

88
## 9.0.0-rc.1

packages/jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knapsack-pro/jest",
3-
"version": "9.0.0-rc.1",
3+
"version": "9.0.0",
44
"description": "Knapsack Pro Jest splits Jest tests across CI nodes and makes sure that tests will run in optimal time on each CI node.",
55
"type": "module",
66
"keywords": [
@@ -50,7 +50,7 @@
5050
"./package.json": "./package.json"
5151
},
5252
"dependencies": {
53-
"@knapsack-pro/core": "^9.0.0-rc.1",
53+
"@knapsack-pro/core": "^9.0.0",
5454
"glob": "^11.0.3",
5555
"minimatch": "^10.1.1",
5656
"minimist": "^1.2.8",

0 commit comments

Comments
 (0)