diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f748f..240d1fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.3.0](https://github.com/standy/ts-date/compare/v2.2.2...v2.3.0) (2019-07-27) + + +### Features + +* da locale ([8b0d7fa](https://github.com/standy/ts-date/commit/8b0d7fa)) + + + ### [2.2.2](https://github.com/standy/ts-date/compare/v2.2.1...v2.2.2) (2019-06-06) diff --git a/package-lock.json b/package-lock.json index b940c20..7890463 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ts-date", - "version": "2.2.2", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 54014e0..e026d08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-date", - "version": "2.2.2", + "version": "2.3.0", "description": "Typescript Date library", "author": { "name": "Andrey Mostovoy",