Skip to content

Commit

Permalink
build: release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NLueg committed May 2, 2022
1 parent 00d2919 commit ca45a53
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]


## [1.1.1] (2021-12-12)

### Bug Fixes

- Adds `removeAllListeners()` to iOS [#11](https://github.com/Pantrist-dev/capacitor-firebase-dynamic-links/issues/11)
- Migrate from JCenter to MavenCentral [#7](https://github.com/Pantrist-dev/capacitor-firebase-dynamic-links/pull/7)

## [1.1.0] (2021-12-12)
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pantrist/capacitor-firebase-dynamic-links",
"version": "1.1.0",
"version": "1.1.1",
"description": "Capacitor Plugin for Firebase Dynamic Links",
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"format:check": "prettier --check src/**/*.ts",
"docgen": "docgen --api CapacitorFirebaseDynamicLinksPlugin --output-readme README.md --output-json dist/docs.json"
},
"author": "Bharani",
"author": "Nico Lueg ([email protected])",
"license": "MIT",
"dependencies": {
"@capacitor/core": "latest"
Expand Down

0 comments on commit ca45a53

Please sign in to comment.