From c735fa10aa58aacef45389edc77651cee708b9e1 Mon Sep 17 00:00:00 2001 From: rwv <7891383+rwv@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:47:26 +0800 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..54d221e --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 2840c16..05b90ba 100644 --- a/package.json +++ b/package.json @@ -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",