From d3d834da7eb2e9b63e3b1bc97eaf0fdf5f377d77 Mon Sep 17 00:00:00 2001 From: Petr Jasek Date: Tue, 22 May 2018 15:19:20 +0200 Subject: [PATCH] release 1.18.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d8557b75..323807c77e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Superdesk Client Changelog +## [1.18.1] 2018-05-22 + +### Fixed + +- Use annotation type names in annotations popup. +- Fix `item.annotations` not updated on correction. +- Fix missing `item.annotations` on save. + ## [1.18.0] 2018-05-14 ### Fixed diff --git a/package.json b/package.json index ed5265f7cf..896860521e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superdesk-core", - "version": "1.18.0", + "version": "1.18.1", "license": "AGPL-3.0", "repository": { "type": "git",