Skip to content

Commit 30fbb4e

Browse files
authored
Prepping for release 0.0.7 (#42)
- Deps updated - Enabled test coverage
1 parent efdf29e commit 30fbb4e

File tree

3 files changed

+26
-17
lines changed

3 files changed

+26
-17
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changes
22

3+
## 0.0.7 (2024-10-05)
4+
5+
Minor maintenance release
6+
7+
### Changed
8+
9+
- Updated dependencies
10+
- Enabled test coverage calculations
11+
312
## 0.0.6 (2024-08-01)
413

514
Minor maintenance release

package-lock.json

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

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "commonjs",
33
"name": "@manchicken/promise-regulation",
44
"description": "This is a simple Node library to help you take a bit more control over your Promises.",
5-
"version": "0.0.6",
5+
"version": "0.0.7",
66
"main": "index.js",
77
"scripts": {
88
"test": "jest"
@@ -11,21 +11,20 @@
1111
"type": "git",
1212
"url": "git+https://github.com/manchicken/promise-regulation.git"
1313
},
14-
"keywords": [
15-
"promise",
16-
"regulation",
17-
"concurrency",
18-
"fault",
19-
"tolerance"
20-
],
21-
"author": "Mike Stemle <[email protected]>",
14+
"keywords": ["promise", "regulation", "concurrency", "fault", "tolerance"],
15+
"author": "Mike Stemle <[email protected]>",
2216
"license": "BSD-3-Clause",
2317
"bugs": {
2418
"url": "https://github.com/manchicken/promise-regulation/issues"
2519
},
2620
"homepage": "https://github.com/manchicken/promise-regulation#readme",
2721
"devDependencies": {
28-
"@types/jest": "^29.5.12",
22+
"@types/jest": "^29.5.13",
2923
"jest": "^29.7.0"
24+
},
25+
"jest": {
26+
"verbose": true,
27+
"collectCoverage": true,
28+
"coverageProvider": "v8"
3029
}
3130
}

0 commit comments

Comments
 (0)