Skip to content

Commit

Permalink
chore(release): v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Mar 16, 2024
1 parent b0b323c commit 5fd10c3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## v2.0.3

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

### 🚀 Enhancements

- Add ioredis dependency ([7654fc7](https://github.com/kiki-kanri/nuxt-session/commit/7654fc7))

### 📖 Documentation

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

### 🏡 Chore

- Upgrade dependencies ([a086b14](https://github.com/kiki-kanri/nuxt-session/commit/a086b14))
- Modify some commands in package.json scripts ([2698b7f](https://github.com/kiki-kanri/nuxt-session/commit/2698b7f))
- Upgrade dependencies ([7476dcc](https://github.com/kiki-kanri/nuxt-session/commit/7476dcc))

### 🎨 Styles

- Change location of some import statements ([6bd757b](https://github.com/kiki-kanri/nuxt-session/commit/6bd757b))

### ❤️ Contributors

- kiki-kanri

## v2.0.2

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

0 comments on commit 5fd10c3

Please sign in to comment.