Skip to content

Commit

Permalink
Prepping for release 0.0.7 (#42)
Browse files Browse the repository at this point in the history
- Deps updated
- Enabled test coverage
  • Loading branch information
manchicken authored Oct 6, 2024
1 parent efdf29e commit 30fbb4e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changes

## 0.0.7 (2024-10-05)

Minor maintenance release

### Changed

- Updated dependencies
- Enabled test coverage calculations

## 0.0.6 (2024-08-01)

Minor maintenance release
Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

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

19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "commonjs",
"name": "@manchicken/promise-regulation",
"description": "This is a simple Node library to help you take a bit more control over your Promises.",
"version": "0.0.6",
"version": "0.0.7",
"main": "index.js",
"scripts": {
"test": "jest"
Expand All @@ -11,21 +11,20 @@
"type": "git",
"url": "git+https://github.com/manchicken/promise-regulation.git"
},
"keywords": [
"promise",
"regulation",
"concurrency",
"fault",
"tolerance"
],
"author": "Mike Stemle <[email protected]>",
"keywords": ["promise", "regulation", "concurrency", "fault", "tolerance"],
"author": "Mike Stemle <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/manchicken/promise-regulation/issues"
},
"homepage": "https://github.com/manchicken/promise-regulation#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"jest": "^29.7.0"
},
"jest": {
"verbose": true,
"collectCoverage": true,
"coverageProvider": "v8"
}
}

0 comments on commit 30fbb4e

Please sign in to comment.