Skip to content

Commit

Permalink
eslint-config 0.2.2 (#93)
Browse files Browse the repository at this point in the history
* 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 411b31b.
  • Loading branch information
that-jill authored Jan 31, 2023
1 parent 882e057 commit 7545944
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/eslint-config/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powerhome/eslint-config",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 7545944

Please sign in to comment.