File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package-lock = false
2+ allow-same-version = true
3+ message = v%s
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ <!-- auto-changelog-above -->
9+
1101.3.0 / 2022-04-11
211=================
312 * [ New] ` shim ` /` auto ` : add ` flatMap ` to ` Symbol.unscopables `
Original file line number Diff line number Diff line change 2929 "tests-only" : " nyc tape 'test/**/*.js'" ,
3030 "prelint" : " evalmd README.md" ,
3131 "lint" : " eslint --ext=js,mjs ." ,
32- "postlint" : " es-shim-api --bound"
32+ "postlint" : " es-shim-api --bound" ,
33+ "version" : " auto-changelog && git add CHANGELOG.md" ,
34+ "postversion" : " auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \" v$(node -e \" console.log(require('./package.json').version)\" )\" "
3335 },
3436 "repository" : {
3537 "type" : " git" ,
9395 "engines" : {
9496 "node" : " >= 0.4"
9597 },
98+ "auto-changelog" : {
99+ "output" : " CHANGELOG.md" ,
100+ "template" : " keepachangelog" ,
101+ "unreleased" : false ,
102+ "commitLimit" : false ,
103+ "backfillLimit" : false ,
104+ "hideCredit" : true ,
105+ "startingVersion" : " 1.3.1"
106+ },
96107 "publishConfig" : {
97108 "ignore" : [
98109 " .github/workflows"
You can’t perform that action at this time.
0 commit comments