From a3ed4d5b416cba4f815e6c83808c51d73988a558 Mon Sep 17 00:00:00 2001 From: Sub-Xaero Date: Tue, 2 Mar 2021 00:46:10 +0000 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acb90bc7..a1443d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.2.0](https://github.com/Sub-Xaero/stimulus-library/compare/v0.1.15...v0.2.0) (2021-03-02) + + +### ⚠ BREAKING CHANGES + +* Remove lodash as a dependency + +### Bug Fixes + +* Fix bug in LimitedSelectionCheckboxesController where maxValue was being ignored ([fc639f6](https://github.com/Sub-Xaero/stimulus-library/commit/fc639f66709056a65625cac07e6a0ceb9913fb15)) + + +* Remove lodash as a dependency ([d3990ea](https://github.com/Sub-Xaero/stimulus-library/commit/d3990eaf27a419086f4ddaed4e1aacda03535fab)) + ### [0.1.15](https://github.com/Sub-Xaero/stimulus-library/compare/v0.1.14...v0.1.15) (2021-03-01) diff --git a/package.json b/package.json index 7184300e..1c876e20 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "ruby on rails", "ruby-on-rails" ], - "version": "0.1.15", + "version": "0.2.0", "license": "MIT", "author": { "name": "Sub-Xaero",