From ea0f6c72b3179532b4af267b0bd3aad83e1722d1 Mon Sep 17 00:00:00 2001 From: atao Date: Tue, 29 Jun 2021 18:28:33 +0200 Subject: [PATCH] chore(release): 0.1.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d96231..7c2358d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.1.3](https://github.com/atao60/fse-cli/compare/v0.1.2...v0.1.3) (2021-06-29) + + +### Bug Fixes + +* **build:** try to restore publishing on Github Registry ([26f6654](https://github.com/atao60/fse-cli/commit/26f66540802163e16fae59bd2204e114d764f748)) + ### [0.1.2](https://github.com/atao60/fse-cli/compare/v0.1.1...v0.1.2) (2021-06-29) diff --git a/package-lock.json b/package-lock.json index 754119a..b57b890 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@atao60/fse-cli", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de0eb1e..d1a6c2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atao60/fse-cli", - "version": "0.1.2", + "version": "0.1.3", "description": "A cli for fs-extra", "exports": "./dist/index.js", "types": "./dist/index-types.d.ts",