From 46e59462971010a9e6bf02d8ea33a4705a35fc8d Mon Sep 17 00:00:00 2001 From: Kristiyan Tachev Date: Sat, 11 Dec 2021 15:07:13 +0200 Subject: [PATCH] 0.7.75 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed737e..3ab1b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.75](https://github.com/rxdi/firelink/compare/v0.7.74...v0.7.75) (2021-12-11) + + +### Bug Fixes + +* **release:** added tsc to release for npm and added main.js file to be available when releasing tag inside github ([7c613a1](https://github.com/rxdi/firelink/commit/7c613a1d51212e25b6f8e97ce7323fbcafda1ca2)) + + + ## [0.7.74](https://github.com/rxdi/firelink/compare/v0.7.73...v0.7.74) (2021-12-11) diff --git a/package-lock.json b/package-lock.json index abc2e54..6b1a2f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@rxdi/firelink", - "version": "0.7.74", + "version": "0.7.75", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f0e4f47..2ee6b39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rxdi/firelink", - "version": "0.7.74", + "version": "0.7.75", "bin": { "firelink": "./dist/main.js" },