Skip to content

Commit b5fe743

Browse files
committed
chore(core): prepare release 8.0.0
1 parent 5f9cb90 commit b5fe743

File tree

3 files changed

+66
-5
lines changed

3 files changed

+66
-5
lines changed

package-lock.json

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

packages/core/CHANGELOG.md

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

3-
## Unreleased (Major)
3+
## Unreleased
4+
5+
## 8.0.0
46

57
- Update dependencies (including `winston`, `axios`, `axios-retry`)
68
- Update TypeScript and switch "strict" on
7-
8-
- Emit declaration files so packages can be imported in TS projects without compiler errors
9+
- Emit declaration files (`"declaration": true`) so `@knapsack-pro/core` can be imported/used in TS projects without compiler errors
910

1011
## 7.1.0
1112

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knapsack-pro/core",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"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.",
55
"keywords": [
66
"knapsack",

0 commit comments

Comments
 (0)