Skip to content

Commit a3ed4d5

Browse files
committed
chore(release): 0.2.0
1 parent c956b6b commit a3ed4d5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
## [0.2.0](https://github.com/Sub-Xaero/stimulus-library/compare/v0.1.15...v0.2.0) (2021-03-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Remove lodash as a dependency
11+
12+
### Bug Fixes
13+
14+
* Fix bug in LimitedSelectionCheckboxesController where maxValue was being ignored ([fc639f6](https://github.com/Sub-Xaero/stimulus-library/commit/fc639f66709056a65625cac07e6a0ceb9913fb15))
15+
16+
17+
* Remove lodash as a dependency ([d3990ea](https://github.com/Sub-Xaero/stimulus-library/commit/d3990eaf27a419086f4ddaed4e1aacda03535fab))
18+
519
### [0.1.15](https://github.com/Sub-Xaero/stimulus-library/compare/v0.1.14...v0.1.15) (2021-03-01)
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ruby on rails",
1010
"ruby-on-rails"
1111
],
12-
"version": "0.1.15",
12+
"version": "0.2.0",
1313
"license": "MIT",
1414
"author": {
1515
"name": "Sub-Xaero",

0 commit comments

Comments
 (0)