Skip to content

Commit

Permalink
chore(release): v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Apr 21, 2024
1 parent f95459a commit fc54365
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v2.0.4

[compare changes](https://github.com/kiki-kanri/nuxt-session/compare/v2.0.3...v2.0.4)

### 💅 Refactors

- Change method of adding server utils ([f95459a](https://github.com/kiki-kanri/nuxt-session/commit/f95459a))

### 🏡 Chore

- Upgrade dependencies and remove @nuxt/eslint-config dependency ([113ba2c](https://github.com/kiki-kanri/nuxt-session/commit/113ba2c))
- Modify export types statements ([e8d8c0b](https://github.com/kiki-kanri/nuxt-session/commit/e8d8c0b))

### ❤️ Contributors

- kiki-kanri

## v2.0.3

[compare changes](https://github.com/kiki-kanri/nuxt-session/compare/v2.0.2...v2.0.3)
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/nuxt-session",
"version": "2.0.3",
"version": "2.0.4",
"description": "Easy-to-use nuxt server-side session.",
"license": "MIT",
"author": "kiki-kanri",
Expand Down

0 comments on commit fc54365

Please sign in to comment.