Skip to content

Commit

Permalink
chore: release 3.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.9.0](v3.8.0...v3.9.0) (2019-12-06)

### Bug Fixes

* broken imports ([214ef1f](214ef1f))
* tell TS we know `serviceMessage` is defined at this point ([7148121](7148121))
* **onboarding:** onboarding process was opened on every extension update ([ae3e2b1](ae3e2b1))
* **service-message:** fix test on number of subscriptions ([995467b](995467b))

### Features

* **service-message:** add generic service message screen ([250fe43](250fe43))
  • Loading branch information
bmenant committed Dec 6, 2019
1 parent 640cc20 commit 1a4edff
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.9.0](https://github.com/insitu-project/recommendations-webextension/compare/v3.8.0...v3.9.0) (2019-12-06)


### Bug Fixes

* broken imports ([214ef1f](https://github.com/insitu-project/recommendations-webextension/commit/214ef1f))
* tell TS we know `serviceMessage` is defined at this point ([7148121](https://github.com/insitu-project/recommendations-webextension/commit/7148121))
* **onboarding:** onboarding process was opened on every extension update ([ae3e2b1](https://github.com/insitu-project/recommendations-webextension/commit/ae3e2b1))
* **service-message:** fix test on number of subscriptions ([995467b](https://github.com/insitu-project/recommendations-webextension/commit/995467b))


### Features

* **service-message:** add generic service message screen ([250fe43](https://github.com/insitu-project/recommendations-webextension/commit/250fe43))

# [3.8.0](https://github.com/insitu-project/recommendations-webextension/compare/v3.7.2...v3.8.0) (2019-11-27)


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.8.0",
"version": "3.9.0",
"description": "Bulles Recommendations web extensions using React+Redux.",
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 1a4edff

Please sign in to comment.