From 9dcabbce0d511ec73fd69e33f83dcacea4209c61 Mon Sep 17 00:00:00 2001 From: xcv58 Date: Tue, 24 Sep 2019 22:14:38 -0700 Subject: [PATCH] chore(release): 3.4.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34a680ee..c9478dc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 85aa5256..ff5f4b02 100644 --- a/package.json +++ b/package.json @@ -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",