Skip to content

Commit

Permalink
chore(release): 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NLueg committed Mar 19, 2023
1 parent 803cca4 commit 06ae299
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.1.1](https://github.com/Pantrist-dev/capacitor-firebase-dynamic-links/compare/v4.0.2...v4.1.1) (2023-03-19)


### Features

* **common-js:** support common-js syntax for import ([b8fc824](https://github.com/Pantrist-dev/capacitor-firebase-dynamic-links/commit/b8fc824706e872b43e5ba0433e07b0a82eefd1bd))


### Bug Fixes

* **ios:** print more information about the exception when shorten the link ([803cca4](https://github.com/Pantrist-dev/capacitor-firebase-dynamic-links/commit/803cca40aaddfb1397a0cacd289693f659b1471a))
* **ios:** resolve small ios warnings ([ec567ff](https://github.com/Pantrist-dev/capacitor-firebase-dynamic-links/commit/ec567ff5a9fae872dba03e7b4858fec6827137b9))

## [4.1.0](https://github.com/Pantrist-dev/capacitor-firebase-dynamic-links/compare/v4.0.2...v4.1.0) (2023-01-23)


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": "@pantrist/capacitor-firebase-dynamic-links",
"version": "4.1.0",
"version": "4.1.1",
"description": "Capacitor Plugin for Firebase Dynamic Links",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 06ae299

Please sign in to comment.