Skip to content

Commit

Permalink
Update changelog config
Browse files Browse the repository at this point in the history
  • Loading branch information
JennieJi committed May 25, 2020
1 parent bab0ac7 commit 48a2278
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
21 changes: 2 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,8 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.1.0](https://github.com/JennieJi/vscode-babel-ast-explorer/compare/vv0.0.2...vv0.1.0)
#### v0.1.0

> 25 May 2020
- Format fix [`5579540`](https://github.com/JennieJi/vscode-babel-ast-explorer/commit/55795404bbface596ae327a6deecf9b49a1de207)
- Add @babel/parser version selection [`bff10ae`](https://github.com/JennieJi/vscode-babel-ast-explorer/commit/bff10aead846eb5d612c806d0261c572735a093a)
- Add auto-changelog [`ef15d00`](https://github.com/JennieJi/vscode-babel-ast-explorer/commit/ef15d006e413e9d9ee5f19bdd57b1797f1f6d929)

#### [v0.0.2](https://github.com/JennieJi/vscode-babel-ast-explorer/compare/vv0.0.1...vv0.0.2)

> 29 March 2020
- Update image source, guess initial plugins, add source file path to title [`cb2d42a`](https://github.com/JennieJi/vscode-babel-ast-explorer/commit/cb2d42a1874da82ac94c966364cccd32230d1b33)
- Update image URL [`4a05f8e`](https://github.com/JennieJi/vscode-babel-ast-explorer/commit/4a05f8e5eff2b8004dea4787ed7c54b639ceb04a)

#### v0.0.1

> 29 March 2020
- init commit [`6866c6e`](https://github.com/JennieJi/vscode-babel-ast-explorer/commit/6866c6e4bf52fd2852f92591e7f2384407b10fd0)
- Use tree view for options [`71db1d2`](https://github.com/JennieJi/vscode-babel-ast-explorer/commit/71db1d2d302b6d9e56600336ea17482ba820aa77)
- Add hide location, empty, type options [`a20175a`](https://github.com/JennieJi/vscode-babel-ast-explorer/commit/a20175a74ebac0a9442f459dc9040753ac518e77)
- Babel version select [`#1`](https://github.com/JennieJi/vscode-babel-ast-explorer/pull/1)
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,14 @@
]
}
},
"auto-changelog": {
"tagPrefix": "v",
"ignoreCommitPattern": "^[^[]",
"startingVersion": "v0.1.0"
},
"scripts": {
"vscode:prepublish": "yarn changelog && yarn run compile",
"changelog": "auto-changelog --tag-prefix v -p && git add CHANGELOG.md",
"changelog": "auto-changelog && git add CHANGELOG.md",
"compile": "tsc -p ./",
"lint": "eslint src --ext ts",
"watch": "tsc -watch -p ./",
Expand Down

0 comments on commit 48a2278

Please sign in to comment.