Skip to content

Commit

Permalink
chore(release): v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Oct 2, 2024
1 parent d9d5718 commit 35d9786
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 235 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## v2.0.0

[compare changes](https://github.com/kiki-kanri/nitro-session/compare/v1.4.0...v2.0.0)

### Major Changes

The method for handling sessions during an error has now changed. For details, please read the `Persist session on error` section in the [README](./README.md#persist-session-on-error).

### 🚀 Enhancements

- Export `processResponseEvent` function ([49efcfb](https://github.com/kiki-kanri/nitro-session/commit/49efcfb))

### 📖 Documentation

- Update README ([d9d5718](https://github.com/kiki-kanri/nitro-session/commit/d9d5718))

### 🏡 Chore

- Update nitro.config ([15aa4d6](https://github.com/kiki-kanri/nitro-session/commit/15aa4d6))
- ⚠️ Remove `persistSessionOnError` setting and related functionality ([2d2e7f5](https://github.com/kiki-kanri/nitro-session/commit/2d2e7f5))

#### ⚠️ Breaking Changes

- ⚠️ Remove `persistSessionOnError` setting and related functionality ([2d2e7f5](https://github.com/kiki-kanri/nitro-session/commit/2d2e7f5))

### ❤️ Contributors

- kiki-kanri

## v1.4.0

[compare changes](https://github.com/kiki-kanri/nitro-session/compare/v1.3.1...v1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kikiutils/nitro-session",
"version": "1.4.0",
"version": "2.0.0",
"description": "Easy-to-use nitro session.",
"license": "MIT",
"author": "kiki-kanri",
Expand Down
Loading

0 comments on commit 35d9786

Please sign in to comment.