Skip to content

Commit

Permalink
chore: release 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.3...v1.1.0) (2018-10-18)

### Bug Fixes

* **analytics:** track properties and drop irevelant actions ([2a2936a](2a2936a))
* **matching contexts:** auto refresh matching contexts from backend every x minutes ([82b37ce](82b37ce)), closes [#178](#178)
* **popup:** add link to know where and when the addon shows up ([2062fb8](2062fb8))

### Features

* **popup:** bootstrap browser popup with react+redux (wip) ([b09782f](b09782f))
* **popup:** simple content with analytics ([7455240](7455240))
  • Loading branch information
bmenant committed Oct 18, 2018
1 parent 8c464f2 commit 528565c
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 @@
# [1.1.0](https://github.com/insitu-project/recommendations-webextension/compare/v1.0.3...v1.1.0) (2018-10-18)


### Bug Fixes

* **analytics:** track properties and drop irevelant actions ([2a2936a](https://github.com/insitu-project/recommendations-webextension/commit/2a2936a))
* **matching contexts:** auto refresh matching contexts from backend every x minutes ([82b37ce](https://github.com/insitu-project/recommendations-webextension/commit/82b37ce)), closes [#178](https://github.com/insitu-project/recommendations-webextension/issues/178)
* **popup:** add link to know where and when the addon shows up ([2062fb8](https://github.com/insitu-project/recommendations-webextension/commit/2062fb8))


### Features

* **popup:** bootstrap browser popup with react+redux (wip) ([b09782f](https://github.com/insitu-project/recommendations-webextension/commit/b09782f))
* **popup:** simple content with analytics ([7455240](https://github.com/insitu-project/recommendations-webextension/commit/7455240))

## [1.0.3](https://github.com/insitu-project/recommendations-webextension/compare/v1.0.2...v1.0.3) (2018-09-21)


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": "lmem-recommendations",
"version": "1.0.3",
"version": "1.1.0",
"description": "LMEM Recommendations web extensions using React+Redux.",
"scripts": {
"start": "npm run build:dev",
Expand Down

0 comments on commit 528565c

Please sign in to comment.