Skip to content

Commit 9dcabbc

Browse files
committed
chore(release): 3.4.0
1 parent 10e469a commit 9dcabbc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [3.4.0](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/compare/v3.3.0...v3.4.0) (2019-09-25)
6+
7+
### Bug Fixes
8+
9+
- Add chrome-webstore-upload-cli to automate Chrome webstore publish ([571a480](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/571a480))
10+
- 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))
11+
- Add release script ([080dabe](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/080dabe))
12+
13+
### Features
14+
15+
- Add a button to format the code ([10e469a](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/10e469a))
16+
517
### [3.3.5](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/compare/v3.3.4...v3.3.5) (2019-08-18)
618

719
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-javaScript-for-websites-2",
3-
"version": "3.3.5",
3+
"version": "3.4.0",
44
"description": "Run custom JavaScript on any website.",
55
"scripts": {
66
"analyze": "NODE_ENV=production node utils/analyze.js",

0 commit comments

Comments
 (0)