From db83a258fd04612341bd6df4fb9ceb9e04f0d1f2 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Thu, 15 Jul 2021 22:17:33 +0300 Subject: [PATCH] Version 1.0.2 PR-URL: https://github.com/metarhia/tickplate/pull/53 --- CHANGELOG.md | 6 +++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a4922..16c6371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## [Unreleased][unreleased] +## [1.0.2][] - 2021-07-15 + - Add d.ts typings +- Package maintenance ## [1.0.1][] - 2021-06-14 @@ -14,7 +17,8 @@ ## [0.0.x][] Pre-release versions -[unreleased]: https://github.com/metarhia/tickplate/compare/v1.0.1...HEAD +[unreleased]: https://github.com/metarhia/tickplate/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/metarhia/tickplate/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/metarhia/tickplate/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/metarhia/tickplate/compare/v0.0.x...v1.0.0 [0.0.x]: https://github.com/metarhia/tickplate/releases/tag/v0.0.x diff --git a/package-lock.json b/package-lock.json index 20770df..45b9710 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tickplate", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1bcc26f..2bbb9fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tickplate", - "version": "1.0.1", + "version": "1.0.2", "author": "Timur Shemsedinov ", "description": "Back-tick templates for JavaScript", "license": "MIT",