Skip to content

Commit

Permalink
Bump eslint-config version for docs (#91)
Browse files Browse the repository at this point in the history
Bump version for docs
  • Loading branch information
that-jill authored Jan 31, 2023
1 parent bd5ef96 commit b00c30b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/eslint-config/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Unreleased

## [0.2.1] - 2023-01-31

- Add readme to NPM [#90](https://github.com/powerhome/power-tools/pull/90)

NPM packages require a README file at the root level of the package: https://docs.npmjs.com/about-package-readme-files

This PR attempts to display the existing docs/README file through a symlink. If that doesn't work, it's possible to add a script to the publishing process to copy over the file.

## [0.2.0] - 2023-01-30

- Add prettier configuration [#71](https://github.com/powerhome/power-tools/pull/71)
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.0",
"version": "0.2.1",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit b00c30b

Please sign in to comment.