Skip to content

Commit

Permalink
0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Nov 3, 2024
1 parent 2ee4bc4 commit 0642d27
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v0.3.3](https://github.com/bicycle-codes/session-cookie/compare/v0.3.2...v0.3.3)
## [v0.3.4](https://github.com/bicycle-codes/session-cookie/compare/v0.3.3...v0.3.4)

### Commits

- add section to docs [`2ee4bc4`](https://github.com/bicycle-codes/session-cookie/commit/2ee4bc48a68a01f30bb80be9f2754356a591ff24)
- docs language [`fe28d1c`](https://github.com/bicycle-codes/session-cookie/commit/fe28d1ca5159c5c3b197123a717a3718c0eada56)

## [v0.3.3](https://github.com/bicycle-codes/session-cookie/compare/v0.3.2...v0.3.3) - 2024-11-03

### Merged

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Serverside code has been tested to work in Cloudflare workers and Node.
* [Common JS](#common-js)
- [Generate a secret key](#generate-a-secret-key)
- [Environment](#environment)
- [See also](#see-also)

<!-- tocstop -->

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": "@bicycle-codes/session-cookie",
"version": "0.3.3",
"version": "0.3.4",
"description": "Cookies",
"directories": {
"test": "test"
Expand Down

0 comments on commit 0642d27

Please sign in to comment.