Skip to content

Commit f0bc44e

Browse files
committed
chore(app): bump version to 2.0.0
1 parent 3fc0eab commit f0bc44e

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [2.0.0](https://github.com/sanemat/do-not-merge-wip-for-github/compare/v1.0.10...v2.0.0) (2019-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **content:** detect issue label ([74921cc](https://github.com/sanemat/do-not-merge-wip-for-github/commit/74921cc3ec9e6a4f8baa911832cf41d93b5526d2))
7+
* **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)
8+
9+
10+
### Features
11+
12+
* **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)
13+
* **options:** drop branch protection ([25f289a](https://github.com/sanemat/do-not-merge-wip-for-github/commit/25f289a74855c7e09f76922264ee8e69f110f42a))
14+
15+
16+
117
<a name="1.0.10"></a>
218
## [1.0.10](https://github.com/sanemat/do-not-merge-wip-for-github/compare/v1.0.9...v1.0.10) (2018-08-28)
319

Diff for: app/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_appName__",
3-
"version": "1.0.10",
3+
"version": "2.0.0",
44
"manifest_version": 2,
55
"description": "__MSG_appDescription__",
66
"icons": {

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "do-not-merge-wip-for-github",
3-
"version": "1.0.10",
3+
"version": "2.0.0",
44
"author": {
55
"name": "sanemat",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)