Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Aug 1, 2024
1 parent eae1ee9 commit c735fa1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [1.1.0](https://github.com/rwv/workbox-mirror-precache-plugin/compare/v1.0.1...v1.1.0) (2024-08-01)


### Features

* add dependabot weekly ([c00f141](https://github.com/rwv/workbox-mirror-precache-plugin/commit/c00f1418753b6cce776dcfce11eabd15cd3ae862))
* add pnpm cache and upload artifact ([592f97d](https://github.com/rwv/workbox-mirror-precache-plugin/commit/592f97dec0ca97d647b750e17f16044598d002a3))


### Bug Fixes

* only include needed files in npm package ([eae1ee9](https://github.com/rwv/workbox-mirror-precache-plugin/commit/eae1ee928684f1c1884850a53bf01a7bdf53979b))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-mirror-precache-plugin",
"version": "1.0.1",
"version": "1.1.0",
"description": "A workbox plugin that fetch precache files from various mirrors.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit c735fa1

Please sign in to comment.