Skip to content

Commit b5af0c3

Browse files
authored
Merge pull request #304 from cipherstash/changeset-release/main
Version Packages
2 parents 8bfe400 + 5387d54 commit b5af0c3

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/fresh-phones-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basic/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cipherstash/basic-example
22

3+
## 1.1.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5c3f4e7]
8+
- @cipherstash/stack@0.4.0
9+
310
## 1.1.17
411

512
### Patch Changes

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cipherstash/basic-example",
33
"private": true,
4-
"version": "1.1.17",
4+
"version": "1.1.18",
55
"type": "module",
66
"scripts": {
77
"start": "tsx index.ts"

packages/stack/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cipherstash/stack
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 5c3f4e7: Remove null support from encrypt and bulk encrypt operations to improve typescript support and reduce operation complexity.
8+
39
## 0.3.0
410

511
### Minor Changes

packages/stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/stack",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "CipherStash Stack for TypeScript and JavaScript",
55
"keywords": [
66
"encrypted",

0 commit comments

Comments
 (0)