diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c1f2cd..43ec100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.5.0](https://github.com/glrodasz/cero-components/compare/v2.4.1...v2.5.0) (2021-12-03) + + +### Features + +* **task:** move onCheck action to the check component ([c524fe7](https://github.com/glrodasz/cero-components/commit/c524fe74fc1f3e54d00f17c500a697705388121c)) + ## [2.4.1](https://github.com/glrodasz/cero-components/compare/v2.4.0...v2.4.1) (2021-11-11) diff --git a/package.json b/package.json index b388e47..99d37a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@glrodasz/components", - "version": "2.4.1", + "version": "2.5.0", "description": "A components library to create apps from zero to production", "private": false, "main": "index.js",