Skip to content

Commit

Permalink
chore: release 3.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.1](v3.1.0...v3.1.1) (2019-10-14)

### Bug Fixes

* **sentry:** remove SENTRY_DSN from code, already in ENV variable ([#458](#458)) ([c42d933](c42d933))
  • Loading branch information
bmenant committed Oct 14, 2019
1 parent c42d933 commit 09a43c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.1](https://github.com/insitu-project/recommendations-webextension/compare/v3.1.0...v3.1.1) (2019-10-14)


### Bug Fixes

* **sentry:** remove SENTRY_DSN from code, already in ENV variable ([#458](https://github.com/insitu-project/recommendations-webextension/issues/458)) ([c42d933](https://github.com/insitu-project/recommendations-webextension/commit/c42d933))

# [3.1.0](https://github.com/insitu-project/recommendations-webextension/compare/v3.0.2...v3.1.0) (2019-10-14)


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

0 comments on commit 09a43c7

Please sign in to comment.