Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.1...v2.0.0) (2021-10-18)

### Features

* add parse and format functions for all date formats ([d41dbc8](d41dbc8))

### BREAKING CHANGES

* remove MINIMAL_VALID_DATE and ISO_GERMAN_DATE_FORMAT
  • Loading branch information
semantic-release-bot committed Oct 18, 2021
1 parent d41dbc8 commit 424d2c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/mll-lab/js-utils/compare/v1.4.1...v2.0.0) (2021-10-18)


### Features

* add parse and format functions for all date formats ([d41dbc8](https://github.com/mll-lab/js-utils/commit/d41dbc8ca4a305ae0d8e43664e33632f3f8c9edc))


### BREAKING CHANGES

* remove MINIMAL_VALID_DATE and ISO_GERMAN_DATE_FORMAT

## [1.4.1](https://github.com/mll-lab/js-utils/compare/v1.4.0...v1.4.1) (2021-09-06)


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": "@mll-lab/js-utils",
"version": "1.4.1",
"version": "2.0.0",
"main": "dist/index.common.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 424d2c0

Please sign in to comment.