Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpam committed Feb 28, 2022
1 parent 64a6144 commit 6141661
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-cz-in/package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-cz-in",
"version": "1.3.0",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"release": "standard-version",
Expand Down

0 comments on commit 6141661

Please sign in to comment.