Skip to content

Commit 0d5a71a

Browse files
committed
chore: release v2.2.0
1 parent 468dbcd commit 0d5a71a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11

22

3+
## [2.2.0](https://github.com/PlusAuth/plusauth-rest-js/compare/v2.1.0...v2.2.0) (2024-12-20)
4+
5+
### Features
6+
7+
* allow user self deletion ([e1ac3ea](https://github.com/PlusAuth/plusauth-rest-js/commit/e1ac3ea7d097cc8d4df29fddbcd4bde77a208718))
8+
9+
### Type Improvements
10+
11+
* well-known endpoint configuration for universal links support in mobile devices ([6b07433](https://github.com/PlusAuth/plusauth-rest-js/commit/6b074339c7140eb9f2dc3c9c81445c2a1a9903cd))
12+
313
## 2.1.0 (2024-12-11)
414

515
* type: more specific types ([f9372fe](https://github.com/PlusAuth/plusauth-rest-js/commit/f9372fe))

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plusauth/plusauth-rest-js",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "PlusAuth JavaScript Rest Client",
55
"type": "module",
66
"browser": "./dist/plusauth-rest-js.global.js",
@@ -13,7 +13,9 @@
1313
"require": "./dist/plusauth-rest-js.cjs"
1414
},
1515
"packageManager": "[email protected]",
16-
"files": ["dist"],
16+
"files": [
17+
"dist"
18+
],
1719
"author": {
1820
"name": "Ismail H. Ayaz",
1921
"email": "[email protected]"

0 commit comments

Comments
 (0)