From 5da534539c3845b444d0f79a05a045e2ca40458a Mon Sep 17 00:00:00 2001 From: Manuel Bouza Date: Wed, 10 Apr 2019 07:44:23 +0200 Subject: [PATCH] Update changelog, bump version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 070c169..b143e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,3 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Read project identifier also from card title in the meistertask service + +## [1.1.3] - 2019-04-10 +### Fixed +- Read projected identifier in Asana's "My tasks"-view diff --git a/package.json b/package.json index 3343eed..67420bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "moco-browser-extensions", "description": "Browser plugin for MOCO", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "scripts": { "start": "yarn start:chrome",