Skip to content

Commit

Permalink
chore(release): 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustelto committed Oct 25, 2020
1 parent 0deaa43 commit e941476
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.1](https://github.com/Pustelto/Bracketeer/compare/v1.3.0...v1.3.1) (2020-10-25)


### Bug Fixes

* bump vs code version in engines ([0deaa43](https://github.com/Pustelto/Bracketeer/commit/0deaa43fac8fd87475a49e2a344efc1255d0b784))

# [1.3.0](https://github.com/Pustelto/Bracketeer/compare/v1.2.3...v1.3.0) (2020-10-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bracketeer",
"displayName": "Bracketeer",
"description": "Easy manipulation with brackets and quotes",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "pustelto",
"homepage": "https://github.com/Pustelto/Bracketeer/blob/master/README.md",
"repository": {
Expand Down Expand Up @@ -249,6 +249,17 @@
"npmPublish": false
}
],
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package-lock.json",
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github",
[
"@semantic-release/exec",
Expand Down
2 changes: 2 additions & 0 deletions vsce_publish.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

rm -rf node_modules
npm i
vsce publish

0 comments on commit e941476

Please sign in to comment.