Skip to content

Commit

Permalink
chore(release): 1.22.0
Browse files Browse the repository at this point in the history
# [1.22.0](v1.21.0...v1.22.0) (2021-12-15)

### Bug Fixes

* fix pwa not working when offline ([23b787b](23b787b))
* **server:** restrict index redirect ([74d7418](74d7418))
* **server:** restrict serving index.html ([2111361](2111361))
* **website:** add missing icons ([0548331](0548331))
* **website:** fix svg ([26b2a79](26b2a79))
* **website:** fix svg ([d5d7fe2](d5d7fe2))
* **website:** offline navigation ([bffbe36](bffbe36))

### Features

* **website:** enable basic pwa ([adbfec8](adbfec8))
  • Loading branch information
semantic-release-bot committed Dec 15, 2021
1 parent f83a75b commit fee8897
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enterprise-other",
"version": "1.21.0",
"version": "1.22.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit fee8897

Please sign in to comment.