Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.1...v1.3.0) (2023-03-10)

### Features

* ✨add commandTimesout setting ([eb7da7a](eb7da7a))
* ✨add pathContainsWorkspaceFolder setting ([9bab7bf](9bab7bf))
  • Loading branch information
semantic-release-bot committed Mar 10, 2023
1 parent 906a112 commit 5cbfd85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.3.0](https://github.com/hks2002/auto-header-plus/compare/v1.2.1...v1.3.0) (2023-03-10)


### Features

* ✨add commandTimesout setting ([eb7da7a](https://github.com/hks2002/auto-header-plus/commit/eb7da7a9de39e61b112bf37a60d5829ab22acb16))
* ✨add pathContainsWorkspaceFolder setting ([9bab7bf](https://github.com/hks2002/auto-header-plus/commit/9bab7bfef6bad99d622bb7e0c62fa2164c5cfaba))

## [1.2.1](https://github.com/hks2002/auto-header-plus/compare/v1.2.0...v1.2.1) (2023-02-07)


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/hks2002/auto-header-plus.git"
},
"license": "MIT",
"version": "1.2.1",
"version": "1.3.0",
"scripts": {
"vscode:prepublish": "yarn run package",
"compile": "webpack",
Expand Down Expand Up @@ -111,12 +111,12 @@
"type": "boolean",
"default": true,
"description": "%auto-header-plus.pathContainsWorkspaceFolder%"
},
},
"auto-header-plus.commandTimesout": {
"order": 5,
"type": "integer",
"default": 3000,
"maximum": 10000,
"type": "integer",
"default": 3000,
"maximum": 10000,
"description": "%auto-header-plus.commandTimesout%"
},
"auto-header-plus.commentElements": {
Expand Down

0 comments on commit 5cbfd85

Please sign in to comment.