We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236e875 commit a915269Copy full SHA for a915269
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
This project adheres to [Semantic Versioning][semver].
4
5
-## Unreleased
+## Unreleased (2022-06-09)
6
7
- Allow to create a list from an iterable
8
package.json
@@ -59,7 +59,9 @@
59
"pretest": "npm run build",
60
"test": "npm run check && npm run test:units",
61
"test:units": "oletus dist/**/*.spec.js dist/**/*.test.js",
62
- "coverage": "c8 --reporter=lcovonly npm test"
+ "coverage": "c8 --reporter=lcovonly npm test",
63
+ "preversion": "grep --quiet Unreleased CHANGELOG*",
64
+ "version": "sed --in-place s/Unreleased/$npm_package_version/ CHANGELOG*; git add CHANGELOG*"
65
},
66
"devDependencies": {
67
"@node-rs/deno-lint": "^1.13.1",
0 commit comments