Skip to content

Commit 1c87818

Browse files
committed
chore: release v2.0.1
1 parent 3e42a04 commit 1c87818

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2+
3+
## <small>2.0.1 (2024-11-25)</small>
4+
5+
* chore: update changelog ([3e42a04](https://github.com/PlusAuth/plusauth-rest-js/commit/3e42a04))
6+
* fix: regression in getter method namings ([1c5cd76](https://github.com/PlusAuth/plusauth-rest-js/commit/1c5cd76))
7+
* fix: regression in getter method namings ([c502ddf](https://github.com/PlusAuth/plusauth-rest-js/commit/c502ddf))
8+
19
## 2.0.0 (2024-11-25)
210
This version brings usability improvements along with some breaking changes.
311

@@ -24,4 +32,3 @@ This version brings usability improvements along with some breaking changes.
2432
| addRoles | assignRoles |
2533
| addRoleGroups | assignRoleGroups |
2634
| removeRoles | unassignRoles |
27-

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plusauth/plusauth-rest-js",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
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": "pnpm@9.14.2",
16-
"files": ["dist"],
16+
"files": [
17+
"dist"
18+
],
1719
"author": {
1820
"name": "Ismail H. Ayaz",
1921
"email": "ismail.ayaz@ekinokssoftware.com"

0 commit comments

Comments
 (0)