From 7ca5f0508d6f185358ca36c705c4cd338a8f1fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Nikoli=C4=87?= Date: Tue, 10 Sep 2019 15:25:11 +0200 Subject: [PATCH] 1.2.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c78349d..7d26bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][] +## [1.2.0][] - 2019-09-10 + ### Added - Support for option meta information @@ -37,7 +39,8 @@ - Initial implementation -[Unreleased]: https://github.com/niksy/x-autosuggest/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/niksy/x-autosuggest/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/niksy/x-autosuggest/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/niksy/x-autosuggest/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/niksy/x-autosuggest/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/niksy/x-autosuggest/compare/v1.0.0...v1.0.1 diff --git a/package.json b/package.json index 7fc3655..3f6500e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "x-autosuggest", - "version": "1.1.1", + "version": "1.2.0", "description": "Autosuggest results based on input.", "main": "index.cjs.js", "module": "index.esm.js",