Skip to content

Commit

Permalink
chore(release): 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xcv58 committed Sep 25, 2019
1 parent 10e469a commit 9dcabbc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.4.0](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/compare/v3.3.0...v3.4.0) (2019-09-25)

### Bug Fixes

- Add chrome-webstore-upload-cli to automate Chrome webstore publish ([571a480](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/571a480))
- Add greeting message in run.js to inform user the extension is enabled ([2d45b3f](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/2d45b3f))
- Add release script ([080dabe](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/080dabe))

### Features

- Add a button to format the code ([10e469a](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/10e469a))

### [3.3.5](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/compare/v3.3.4...v3.3.5) (2019-08-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-javaScript-for-websites-2",
"version": "3.3.5",
"version": "3.4.0",
"description": "Run custom JavaScript on any website.",
"scripts": {
"analyze": "NODE_ENV=production node utils/analyze.js",
Expand Down

0 comments on commit 9dcabbc

Please sign in to comment.