Skip to content

Commit ad55b25

Browse files
committed
release: v1.0.0
1 parent 53fd883 commit ad55b25

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## 1.0.0 (2022-09-02)
6+
7+
### Features
8+
9+
- add `0BSD` license ([f3ffc7f](https://github.com/jonz94/capacitor-azure-notification-hubs/commit/f3ffc7f68dac0d17458b695fdb111ffe6c6c88b3))
10+
- remove functionality except register ([155fe40](https://github.com/jonz94/capacitor-azure-notification-hubs/commit/155fe400baae5936366eaa53eb87e36209c9da99))
11+
12+
### Bug Fixes
13+
14+
- **android:** add missing dependencies ([522e5b4](https://github.com/jonz94/capacitor-azure-notification-hubs/commit/522e5b4541dc9f4dd3acdb378ca189a250900af3))
15+
- **android:** fix dependencies ([2f7817e](https://github.com/jonz94/capacitor-azure-notification-hubs/commit/2f7817ed50dabfbbb747e698e036ac7019b842d1))
16+
- **ios:** set `static_framework` to true ([df5778d](https://github.com/jonz94/capacitor-azure-notification-hubs/commit/df5778d73fc356b6c280f1720e316285bb64604b))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jonz94/capacitor-azure-notification-hubs",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "Capacitor plugin to register push notifications via Azure Notification Hub.",
55
"keywords": [
66
"capacitor",

0 commit comments

Comments
 (0)