Skip to content

Commit

Permalink
chore: release 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.1...v1.2.0) (2018-12-13)

### Bug Fixes

* handle content and options/popup styles loading differently ([59a86e7](59a86e7))
* style not loading in options and popup ([ec529cd](ec529cd))
* whitespace removed by eslint ([f0c9ffb](f0c9ffb))

### Features

* add style-components stack ([c255796](c255796))
* **MatchingContexts:** support exclude url regex ([1258730](1258730))
  • Loading branch information
bmenant committed Dec 13, 2018
1 parent 4ab4c6d commit b13b606
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.2.0](https://github.com/insitu-project/recommendations-webextension/compare/v1.1.1...v1.2.0) (2018-12-13)


### Bug Fixes

* handle content and options/popup styles loading differently ([59a86e7](https://github.com/insitu-project/recommendations-webextension/commit/59a86e7))
* style not loading in options and popup ([ec529cd](https://github.com/insitu-project/recommendations-webextension/commit/ec529cd))
* whitespace removed by eslint ([f0c9ffb](https://github.com/insitu-project/recommendations-webextension/commit/f0c9ffb))


### Features

* add style-components stack ([c255796](https://github.com/insitu-project/recommendations-webextension/commit/c255796))
* **MatchingContexts:** support exclude url regex ([1258730](https://github.com/insitu-project/recommendations-webextension/commit/1258730))

## [1.1.1](https://github.com/insitu-project/recommendations-webextension/compare/v1.1.0...v1.1.1) (2018-10-19)


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

0 comments on commit b13b606

Please sign in to comment.