Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2023-08-05)

### Bug Fixes

* bump semantic release ([3b63c7d](3b63c7d))

### Features

* make the webview prettier ([b65cf5e](b65cf5e))
  • Loading branch information
semantic-release-bot committed Aug 5, 2023
1 parent 3b63c7d commit c9a82a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.7.0](https://github.com/oparaskos/vscode-fountain/compare/v1.6.0...v1.7.0) (2023-08-05)


### Bug Fixes

* bump semantic release ([3b63c7d](https://github.com/oparaskos/vscode-fountain/commit/3b63c7dc269028e2acf15c62f16008dd91b6e321))


### Features

* make the webview prettier ([b65cf5e](https://github.com/oparaskos/vscode-fountain/commit/b65cf5e25c0ea6ace4192bce959e7614a75887c4))

# [1.6.0](https://github.com/oparaskos/vscode-fountain/compare/v1.5.2...v1.6.0) (2022-10-13)


Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"icon": "assets/fountain-logo-monochrome@1x.png",
"main": "./client/dist/main",
"license": "MIT",
"version": "1.6.0",
"version": "1.7.0",
"repository": {
"type": "git",
"url": "https://github.com/oparaskos/vscode-fountain"
Expand All @@ -30,11 +30,9 @@
"build:webview": "cd webviews && npm run build",
"build:client": "cd client && npm run build",
"build:server": "cd server && npm run build",

"watch:client": "cd client && npm run watch",
"watch:server": "cd server && npm run watch",
"watch:webview": "cd webviews && npm run watch",

"lint": "eslint ./client/src ./server/src ./webviews/src --ext .ts,.tsx",
"postinstall": "cd client && npm install && cd ../server && npm install && cd ../webviews && npm install && cd ..",
"test": "sh ./scripts/e2e.sh"
Expand Down

0 comments on commit c9a82a6

Please sign in to comment.