From ba31979f393d1004541cff9f9e4a134cfcfa6e43 Mon Sep 17 00:00:00 2001 From: Ola Christensson Date: Mon, 18 Feb 2019 00:31:57 +0100 Subject: [PATCH] Version 2.1.0 --- changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index fa26e83..978186c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.0 (2019-02-17) +- ✨ Added support for min/max items +- ✨ Option to show a counter indicator + ## 2.0.0 (2018-01-10) Major new version, rewritten from scratch with accessibility improvements! diff --git a/package.json b/package.json index d7d143c..2e0d5bb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "relationship", "description": "Sortable multiselect field for Kirby 2 CMS", "author": "Ola Christensson ", - "version": "2.0.0", + "version": "2.1.0", "type": "kirby-field", "license": "MIT", "repository": {