Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Sep 19, 2023
1 parent b15746a commit 5508b2a
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 2 deletions.
78 changes: 77 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 7.0.0

- Replace `gulp` (and `babel`) with `tsc`
- Update `tsconfig` to target node 18
- Bump `axios` from `^0.27.2` to `^1.5.0`
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knapsack-pro/core",
"version": "6.4.0",
"version": "7.0.0",
"description": "Knapsack Pro Core library splits tests across CI nodes and makes sure that tests will run in optimal time on each CI node. This library gives core features like communication with KnapsackPro.com API. This library is a dependency for other projects specific for particular test runner.",
"keywords": [
"knapsack",
Expand Down

0 comments on commit 5508b2a

Please sign in to comment.