Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2022-10-28)

### ⚠ BREAKING CHANGES

* configure build for a new fork
* `throwOnFailure` is no longer a supported option. Errors will always be thrown if the publish fails.

### Features

* add disabled option ([7d009bf](7d009bf))
* add throwOnFailure option ([a558c33](a558c33))
* configure build for a new fork ([c84c481](c84c481))
* initial commit ([7ac1cd3](7ac1cd3))

### Bug Fixes

* publish draft by default ([2b0decf](2b0decf)), closes [#4](#4)
* **logs:** uglified extension name ([5078084](5078084)), closes [#3](#3)
  • Loading branch information
semantic-release-bot committed Oct 28, 2022
1 parent c84c481 commit 3d6af4d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,20 @@
## 1.0.0 (2022-10-28)


### ⚠ BREAKING CHANGES

* configure build for a new fork
* `throwOnFailure` is no longer a supported option. Errors will always be thrown if the publish fails.

### Features

* add disabled option ([7d009bf](https://github.com/mixmaxhq/publish-extension-webpack-plugin/commit/7d009bf3e6038afb0c3bf13075c2a2dc17b2071d))
* add throwOnFailure option ([a558c33](https://github.com/mixmaxhq/publish-extension-webpack-plugin/commit/a558c330eb64db176e4718e49c58500d0a1cd401))
* configure build for a new fork ([c84c481](https://github.com/mixmaxhq/publish-extension-webpack-plugin/commit/c84c481daba5a08f022ff43052d1b97a2a0e1fb7))
* initial commit ([7ac1cd3](https://github.com/mixmaxhq/publish-extension-webpack-plugin/commit/7ac1cd32dae2661cf558fe993baacc4dc3477355))


### Bug Fixes

* publish draft by default ([2b0decf](https://github.com/mixmaxhq/publish-extension-webpack-plugin/commit/2b0decfcda1616c264841098b75dcaf49a7689c2)), closes [#4](https://github.com/mixmaxhq/publish-extension-webpack-plugin/issues/4)
* **logs:** uglified extension name ([5078084](https://github.com/mixmaxhq/publish-extension-webpack-plugin/commit/50780849718964787fdda75ec4859a2861df4820)), closes [#3](https://github.com/mixmaxhq/publish-extension-webpack-plugin/issues/3)
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.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mixmaxhq/publish-extension-webpack-plugin",
"version": "2.0.0",
"version": "1.0.0",
"description": "A webpack plugin that publishes extension builds to the Chrome Web Store.",
"author": "Mixmax <hello@mixmax.com> (https://mixmax.com)",
"repository": "github:mixmaxhq/publish-extension-webpack-plugin",
Expand Down

0 comments on commit 3d6af4d

Please sign in to comment.