Skip to content

Commit

Permalink
chore(app): bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanemat committed Nov 3, 2019
1 parent 3fc0eab commit f0bc44e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.0.0](https://github.com/sanemat/do-not-merge-wip-for-github/compare/v1.0.10...v2.0.0) (2019-11-03)


### Bug Fixes

* **content:** detect issue label ([74921cc](https://github.com/sanemat/do-not-merge-wip-for-github/commit/74921cc3ec9e6a4f8baa911832cf41d93b5526d2))
* **textcontent:** detect commit message ([f59c727](https://github.com/sanemat/do-not-merge-wip-for-github/commit/f59c7278dfe632a987b999308624754655109906)), closes [#204](https://github.com/sanemat/do-not-merge-wip-for-github/issues/204) [#236](https://github.com/sanemat/do-not-merge-wip-for-github/issues/236)


### Features

* **content:** drop branch protection ([ea8f3cd](https://github.com/sanemat/do-not-merge-wip-for-github/commit/ea8f3cd181e6a47819bbe1ba50135369c54852a1)), closes [#256](https://github.com/sanemat/do-not-merge-wip-for-github/issues/256)
* **options:** drop branch protection ([25f289a](https://github.com/sanemat/do-not-merge-wip-for-github/commit/25f289a74855c7e09f76922264ee8e69f110f42a))



<a name="1.0.10"></a>
## [1.0.10](https://github.com/sanemat/do-not-merge-wip-for-github/compare/v1.0.9...v1.0.10) (2018-08-28)

Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "1.0.10",
"version": "2.0.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "do-not-merge-wip-for-github",
"version": "1.0.10",
"version": "2.0.0",
"author": {
"name": "sanemat",
"email": "[email protected]",
Expand Down

0 comments on commit f0bc44e

Please sign in to comment.