From 6944a0f2544711ad70da6155f25816a0e3b5f714 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:56:14 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fe32222 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 1.0.0 (2023-03-08) + + +### Features + +* add webpage with a notification creation form ([1521e9a](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/1521e9ac8844ea10bb411b25f34a136626789763)) +* integrate create-notifications api call to backend ([#2](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/2)) ([ced7c17](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/ced7c1712773d70493127092d1658ccdb6c089ce)) +* **js:** display notification on the device ([#7](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/7)) ([c253465](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/c253465382392f384511341f54f1d8e3b8995450)) +* **js:** register service worker file ([#3](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/3)) ([8331f96](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/8331f967037705a7f89e8781ff3cacdd1145dffb)) +* **js:** request user for notification permission ([#4](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/4)) ([c43eb22](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/c43eb221d6e940d65b202869a9091a77e8cd855e)) +* **js:** send push subscription data to backend ([#6](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/6)) ([5cbaf1f](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/5cbaf1fe96b8274862ca0418783db63aa9188dff)) +* **js:** subscribe user to push notification ([#5](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/5)) ([48cc1e9](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/48cc1e96c244c8bbe43da17323ab12b35331a606)) +* make notification sending configurable ([#8](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/8)) ([61889ff](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/61889ff045b33b770c413e586553d99bf912caac))