Skip to content

Commit bda505d

Browse files
committed
chore: release v1.1.0
1 parent 1b64d27 commit bda505d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## 1.1.0 (2024-07-03)
4+
5+
* build: include commonjs builds ([eda3c29](https://github.com/PlusAuth/plusauth-rest-js/commit/eda3c29))
6+
* feat: configurable pkce enforcement ([1038ac5](https://github.com/PlusAuth/plusauth-rest-js/commit/1038ac5))
7+
* feat: include_api option for fetching logs ([ac9068f](https://github.com/PlusAuth/plusauth-rest-js/commit/ac9068f))
8+
* refactor: use faster deepmerge library ([2b66c33](https://github.com/PlusAuth/plusauth-rest-js/commit/2b66c33))
9+
* type: change hook context headers type ([481e57c](https://github.com/PlusAuth/plusauth-rest-js/commit/481e57c))
10+
311
## [1.0.0](https://github.com/PlusAuth/plusauth-rest-js/compare/v0.7.5...v1.0.0) (2024-04-16)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plusauth/plusauth-rest-js",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "PlusAuth JavaScript Rest Client",
55
"type": "module",
66
"browser": "./dist/plusauth-rest-js.global.js",

0 commit comments

Comments
 (0)