diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f2db6..48f748f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ -# Change Log +# Changelog 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.2.2](https://github.com/standy/ts-date/compare/v2.2.1...v2.2.2) (2019-06-06) + + +### Tests + +* ignore sauce tests ([40ae474](https://github.com/standy/ts-date/commit/40ae474)) + + + ## [2.2.1](https://github.com/standy/ts-date/compare/v2.2.0...v2.2.1) (2019-03-10) diff --git a/package-lock.json b/package-lock.json index 3213794..deaf450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ts-date", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4989211..54014e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-date", - "version": "2.2.1", + "version": "2.2.2", "description": "Typescript Date library", "author": { "name": "Andrey Mostovoy",