From 073c54ab12f7cc2edfa232e37923b8fba4cadae0 Mon Sep 17 00:00:00 2001 From: Kristiyan Tachev Date: Sat, 11 Dec 2021 14:16:41 +0200 Subject: [PATCH] 0.7.72 --- 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 c792f80..5b04b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.72](https://github.com/rxdi/firelink/compare/v0.7.71...v0.7.72) (2021-12-11) + + +### Bug Fixes + +* **package.json:** added mkdir for binaries since the build was not working ([62036d9](https://github.com/rxdi/firelink/commit/62036d956afa0b5f8aba34ca922bbb4189423ccc)) + + + ## [0.7.71](https://github.com/rxdi/firelink/compare/v0.7.70...v0.7.71) (2021-12-11) diff --git a/package-lock.json b/package-lock.json index e49b638..9be3a4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@rxdi/firelink", - "version": "0.7.71", + "version": "0.7.72", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ce0952c..f91b20f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rxdi/firelink", - "version": "0.7.71", + "version": "0.7.72", "bin": { "firelink": "./dist/main.js" },