From 80ad4d1cd388722505312a42b43aa6707965c54c Mon Sep 17 00:00:00 2001 From: Kristiyan Tachev Date: Sun, 5 Mar 2023 10:36:27 +0200 Subject: [PATCH] 0.9.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b0ca0..2f02983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.9.2](https://github.com/rxdi/firelink/compare/v0.9.1...v0.9.2) (2023-03-05) + + +### Bug Fixes + +* **husky:** added new husky file ([c72d910](https://github.com/rxdi/firelink/commit/c72d910eaa30e4fd1512f6a1e07a6e5aee208925)) +* **rsync:** added --force argument in order to test the idempotency of rsync ([09770e6](https://github.com/rxdi/firelink/commit/09770e6bc382b053f0207ff8f6a90f075587df74)) + + + ## [0.9.1](https://github.com/rxdi/firelink/compare/v0.9.0...v0.9.1) (2022-10-25) diff --git a/package-lock.json b/package-lock.json index 7d9f87b..4a1670a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@rxdi/firelink", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 407c09d..6d5c312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rxdi/firelink", - "version": "0.9.1", + "version": "0.9.2", "bin": { "firelink": "./dist/main.js" },