Skip to content

Commit

Permalink
[ci] release (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 28, 2022
1 parent a2be98c commit a79308e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/ten-bobcats-rest.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# webcrypt-session-example

## 0.0.1

### Patch Changes

- [#17](https://github.com/toyamarinyon/webcrypt-session/pull/17) [`a2be98c`](https://github.com/toyamarinyon/webcrypt-session/commit/a2be98c5c519d93961dd606034c2c64295013347) Thanks [@toyamarinyon](https://github.com/toyamarinyon)! - Add save function into session

- Updated dependencies [[`a2be98c`](https://github.com/toyamarinyon/webcrypt-session/commit/a2be98c5c519d93961dd606034c2c64295013347)]:
- webcrypt-session@0.5.0
2 changes: 1 addition & 1 deletion examples/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webcrypt-session-example",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"description": "",
"main": "",
Expand Down
6 changes: 6 additions & 0 deletions packages/webcrypt-session/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# webcrypt-session

## 0.5.0

### Minor Changes

- [#17](https://github.com/toyamarinyon/webcrypt-session/pull/17) [`a2be98c`](https://github.com/toyamarinyon/webcrypt-session/commit/a2be98c5c519d93961dd606034c2c64295013347) Thanks [@toyamarinyon](https://github.com/toyamarinyon)! - Add save function into session

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webcrypt-session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webcrypt-session",
"version": "0.4.2",
"version": "0.5.0",
"description": "WebCrypt stateless session utility using signed and encrypted cookies to store data.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit a79308e

Please sign in to comment.