From 7545944160284694f593d9c5d205a504c0d20167 Mon Sep 17 00:00:00 2001 From: Jill Klang Date: Tue, 31 Jan 2023 14:01:31 -0500 Subject: [PATCH] eslint-config 0.2.2 (#93) * eslint-config 0.2.2 Bumping version to copy docs while publishing * Correct CD workflow Looks like NPM secret was changed * Revert "Correct CD workflow" This reverts commit 411b31b4445fdbf1231bb2bc9dd394bfaf7cd990. --- packages/eslint-config/docs/CHANGELOG.md | 4 ++++ packages/eslint-config/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/eslint-config/docs/CHANGELOG.md b/packages/eslint-config/docs/CHANGELOG.md index 8877978e..08a16c89 100644 --- a/packages/eslint-config/docs/CHANGELOG.md +++ b/packages/eslint-config/docs/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +## [0.2.2] - 2023-01-31 + +- NPM doesn't allow symlinks [#92](https://github.com/powerhome/power-tools/pull/92) let's see if it will copy a file to the root while publishing + ## [0.2.1] - 2023-01-31 - Add readme to NPM [#90](https://github.com/powerhome/power-tools/pull/90) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f2b85f0f..c32d8587 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@powerhome/eslint-config", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "publishConfig": { "access": "public"