Skip to content

Commit

Permalink
chore(utils): release v.1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## <small>1.0.3 (2022-06-10)</small>

* fix: add required publishConfig for npm package ([62557fc](62557fc))
  • Loading branch information
semantic-release-bot committed Jun 10, 2022
1 parent 62557fc commit d0a734a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## <small>1.0.3 (2022-06-10)</small>

* fix: add required publishConfig for npm package ([62557fc](https://github.com/jackdbd/eleventy-plugin-report-precache-manifest/commit/62557fc))

## <small>1.0.2 (2022-06-10)</small>

* fix: make the npm package public ([23fb25e](https://github.com/jackdbd/eleventy-plugin-report-precache-manifest/commit/23fb25e))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jackdbd/eleventy-plugin-report-precache-manifest",
"description": "Eleventy plugin that generates a report about your service worker precache manifest after Eleventy has finished building your site",
"license": "MIT",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit d0a734a

Please sign in to comment.