From 429da311d386310062aa011273fa740512176863 Mon Sep 17 00:00:00 2001 From: standy Date: Thu, 6 Jun 2019 14:07:10 +0300 Subject: [PATCH] chore(release): 2.2.2 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) 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",