diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6278e..621be6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [2.0.0](https://github.com/stumpam/ngx-cz-in/compare/v1.3.0...v2.0.0) (2022-02-28) + + +### ⚠ BREAKING CHANGES + +* exported class name has changed + +### Features + +* rename of default class ([64a6144](https://github.com/stumpam/ngx-cz-in/commit/64a61441a56790e4dccdbb82c49b3b91ac195377)) + ## [1.3.0](https://github.com/stumpam/ngx-cz-in/compare/v1.2.0...v1.3.0) (2022-02-28) diff --git a/libs/ngx-cz-in/package.json b/libs/ngx-cz-in/package.json index 4c778e1..118bb51 100644 --- a/libs/ngx-cz-in/package.json +++ b/libs/ngx-cz-in/package.json @@ -1,7 +1,7 @@ { "name": "@stumpam/ngx-cz-in", "license": "MIT", - "version": "1.3.0", + "version": "2.0.0", "description": "Angular input for czech id (Rodné číslo) with validation.", "homepage": "https://github.com/stumpam/ngx-cz-in", "author": "Martin Štumpa (https://github.com/stumpam)", diff --git a/package.json b/package.json index 9d1c65d..cfa8d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-cz-in", - "version": "1.3.0", + "version": "2.0.0", "license": "MIT", "scripts": { "release": "standard-version",