Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 18, 2024
1 parent f8c35c3 commit 699f215
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Changelog


## v1.2.0

[compare changes](https://github.com/unjs/cookie-es/compare/v1.1.0...v1.2.0)

### 🚀 Enhancements

- **parse:** Support `filter` option for key filtering ([#35](https://github.com/unjs/cookie-es/pull/35))
- Add utils to parse `set-cookie` ([#43](https://github.com/unjs/cookie-es/pull/43))

### 📖 Documentation

- Fix links for `partitioned` attribute of `CookieSerializeOptions` ([#34](https://github.com/unjs/cookie-es/pull/34))

### 📦 Build

- Fix type exports ([f8c35c3](https://github.com/unjs/cookie-es/commit/f8c35c3))

### 🏡 Chore

- Update repo ([b558f84](https://github.com/unjs/cookie-es/commit/b558f84))
- Apply automated updates ([abad077](https://github.com/unjs/cookie-es/commit/abad077))
- Update deps ([1b3631a](https://github.com/unjs/cookie-es/commit/1b3631a))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Potter <[email protected]>
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))

## v1.1.0

[compare changes](https://github.com/unjs/cookie-es/compare/v1.0.0...v1.1.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": "cookie-es",
"version": "1.1.0",
"version": "1.2.0",
"repository": "unjs/cookie-es",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit 699f215

Please sign in to comment.