Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
toyamarinyon committed Jun 23, 2022
1 parent a61f407 commit c64fa99
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog":["@changesets/changelog-github", { "repo": "toyamarinyon/webcrypt-session" }],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
6 changes: 0 additions & 6 deletions .changeset/new-ways-refuse.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- a61f407: use changesets for release management
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.2.1",
"version": "0.3.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 c64fa99

Please sign in to comment.