File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
package-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
+
1
10
1.3.0 / 2022-04-11
2
11
=================
3
12
* [ New] ` shim ` /` auto ` : add ` flat ` to ` Symbol.unscopables `
Original file line number Diff line number Diff line change 28
28
"posttest" : " aud --production" ,
29
29
"tests-only" : " nyc tape 'test/**/*.js'" ,
30
30
"lint" : " eslint --ext=js,mjs ." ,
31
- "postlint" : " es-shim-api --bound"
31
+ "postlint" : " es-shim-api --bound" ,
32
+ "version" : " auto-changelog && git add CHANGELOG.md" ,
33
+ "postversion" : " auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \" v$(node -e \" console.log(require('./package.json').version)\" )\" "
32
34
},
33
35
"repository" : {
34
36
"type" : " git" ,
94
96
"engines" : {
95
97
"node" : " >= 0.4"
96
98
},
99
+ "auto-changelog" : {
100
+ "output" : " CHANGELOG.md" ,
101
+ "template" : " keepachangelog" ,
102
+ "unreleased" : false ,
103
+ "commitLimit" : false ,
104
+ "backfillLimit" : false ,
105
+ "hideCredit" : true ,
106
+ "startingVersion" : " 1.3.1"
107
+ },
97
108
"publishConfig" : {
98
109
"ignore" : [
99
110
" .github/workflows"
You can’t perform that action at this time.
0 commit comments