Skip to content

Commit

Permalink
chore: release 3.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.11.0](v3.10.0...v3.11.0) (2019-12-20)

### Bug Fixes

* **badge:** add context triggered to the list of action affecting badge ([b325053](b325053))
* **badge:** badge not updating when switching to a not yet registered tab ([131ee41](131ee41))

### Features

* **deploy:** add Firefox build signing process ([7b52646](7b52646))
* **notices:** show unread notices first ([24ffa8e](24ffa8e))
* **service-message:** change service message when there is at least one notice ont tab ([b79e79d](b79e79d))
  • Loading branch information
bmenant committed Dec 20, 2019
1 parent b325053 commit 61517fa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [3.11.0](https://github.com/insitu-project/recommendations-webextension/compare/v3.10.0...v3.11.0) (2019-12-20)


### Bug Fixes

* **badge:** add context triggered to the list of action affecting badge ([b325053](https://github.com/insitu-project/recommendations-webextension/commit/b325053))
* **badge:** badge not updating when switching to a not yet registered tab ([131ee41](https://github.com/insitu-project/recommendations-webextension/commit/131ee41))


### Features

* **deploy:** add Firefox build signing process ([7b52646](https://github.com/insitu-project/recommendations-webextension/commit/7b52646))
* **notices:** show unread notices first ([24ffa8e](https://github.com/insitu-project/recommendations-webextension/commit/24ffa8e))
* **service-message:** change service message when there is at least one notice ont tab ([b79e79d](https://github.com/insitu-project/recommendations-webextension/commit/b79e79d))

# [3.10.0](https://github.com/insitu-project/recommendations-webextension/compare/v3.9.0...v3.10.0) (2019-12-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulles-webextension",
"version": "3.10.0",
"version": "3.11.0",
"description": "Bulles Recommendations web extensions using React+Redux.",
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 61517fa

Please sign in to comment.