From fee8897252faa877e2e718c131671a3c6a1e783f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Dec 2021 15:09:45 +0000 Subject: [PATCH] chore(release): 1.22.0 # [1.22.0](https://github.com/mytlogos/enterprise-lister/compare/v1.21.0...v1.22.0) (2021-12-15) ### Bug Fixes * fix pwa not working when offline ([23b787b](https://github.com/mytlogos/enterprise-lister/commit/23b787bc1378b368d5bc2beb23d774ed08f6b800)) * **server:** restrict index redirect ([74d7418](https://github.com/mytlogos/enterprise-lister/commit/74d741807192a4d4e456c1ea7195bf1c4adb81bb)) * **server:** restrict serving index.html ([2111361](https://github.com/mytlogos/enterprise-lister/commit/2111361337674cafcd9648af1084f51fa5d38bb6)) * **website:** add missing icons ([0548331](https://github.com/mytlogos/enterprise-lister/commit/05483311b8ceae37d4c0818f76e787282b9839b8)) * **website:** fix svg ([26b2a79](https://github.com/mytlogos/enterprise-lister/commit/26b2a792b5b0a643537131b6a84a00ac3be4e7c9)) * **website:** fix svg ([d5d7fe2](https://github.com/mytlogos/enterprise-lister/commit/d5d7fe295ee9dbca96adc0b410189dc5bf8e271e)) * **website:** offline navigation ([bffbe36](https://github.com/mytlogos/enterprise-lister/commit/bffbe36e506b7b43b02e9977319d1e4cc2302732)) ### Features * **website:** enable basic pwa ([adbfec8](https://github.com/mytlogos/enterprise-lister/commit/adbfec82b9d21fb81e2bb4c37d1c0c007c7775ff)) --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dbc0811..64c6e766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [1.22.0](https://github.com/mytlogos/enterprise-lister/compare/v1.21.0...v1.22.0) (2021-12-15) + + +### Bug Fixes + +* fix pwa not working when offline ([23b787b](https://github.com/mytlogos/enterprise-lister/commit/23b787bc1378b368d5bc2beb23d774ed08f6b800)) +* **server:** restrict index redirect ([74d7418](https://github.com/mytlogos/enterprise-lister/commit/74d741807192a4d4e456c1ea7195bf1c4adb81bb)) +* **server:** restrict serving index.html ([2111361](https://github.com/mytlogos/enterprise-lister/commit/2111361337674cafcd9648af1084f51fa5d38bb6)) +* **website:** add missing icons ([0548331](https://github.com/mytlogos/enterprise-lister/commit/05483311b8ceae37d4c0818f76e787282b9839b8)) +* **website:** fix svg ([26b2a79](https://github.com/mytlogos/enterprise-lister/commit/26b2a792b5b0a643537131b6a84a00ac3be4e7c9)) +* **website:** fix svg ([d5d7fe2](https://github.com/mytlogos/enterprise-lister/commit/d5d7fe295ee9dbca96adc0b410189dc5bf8e271e)) +* **website:** offline navigation ([bffbe36](https://github.com/mytlogos/enterprise-lister/commit/bffbe36e506b7b43b02e9977319d1e4cc2302732)) + + +### Features + +* **website:** enable basic pwa ([adbfec8](https://github.com/mytlogos/enterprise-lister/commit/adbfec82b9d21fb81e2bb4c37d1c0c007c7775ff)) + # [1.21.0](https://github.com/mytlogos/enterprise-lister/compare/v1.20.4...v1.21.0) (2021-12-12) diff --git a/package-lock.json b/package-lock.json index 60dffb64..8d7ddb4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "enterprise-other", - "version": "1.21.0", + "version": "1.22.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "enterprise-other", - "version": "1.21.0", + "version": "1.22.0", "workspaces": [ "./packages/*" ], diff --git a/package.json b/package.json index 60482dda..67a47017 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enterprise-other", - "version": "1.21.0", + "version": "1.22.0", "private": true, "scripts": { "serve": "vue-cli-service serve",