Skip to content

Commit

Permalink
Release new version (#40)
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 Nov 7, 2024
1 parent da4248e commit 4ad3f5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-chefs-scream.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# evervault-go

## 1.3.1

### Patch Changes

- da4248e: Remove log line from Attestation Document caching

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "evervault-go",
"private": true,
"version": "1.3.0",
"version": "1.3.1",
"scripts": {
"version": "changeset version && PACKAGE_VERSION=$(node -p \"require('./package.json').version\") && echo \"package evervault\n\n// Current version of the evervault SDK.\nconst ClientVersion = \\\"$PACKAGE_VERSION\\\"\" > version.go"
},
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package evervault

// Current version of the evervault SDK.
const ClientVersion = "1.3.0"
const ClientVersion = "1.3.1"

0 comments on commit 4ad3f5a

Please sign in to comment.