Pump version, update CHANGELOG

This commit is contained in:
Manuel Bouza
2019-04-04 11:32:47 +02:00
parent a97de36eb4
commit 3fbf0c75b0
2 changed files with 8 additions and 1 deletions

View File

@@ -44,3 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.1.1] - 2019-04-01 ## [1.1.1] - 2019-04-01
### Fixed ### Fixed
- Discard projects with undefined identifier for preselecting - Discard projects with undefined identifier for preselecting
## [1.1.2] - 2019-04-04
### Fixed
- Allow production build without BUGSNAG_API_KEY
### Changed
- Add read project identifier also from card title in the meistertask service

View File

@@ -1,7 +1,7 @@
{ {
"name": "moco-browser-extensions", "name": "moco-browser-extensions",
"description": "Browser plugin for MOCO", "description": "Browser plugin for MOCO",
"version": "1.1.1", "version": "1.1.2",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"start": "yarn start:chrome", "start": "yarn start:chrome",