Skip to content

Commit 2b8891c

Browse files
Version Packages (#186)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b9dbde9 commit 2b8891c

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/odd-items-pump.md

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

CHANGELOG.md

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

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- b9dbde9: Add support for the `StepFailed` opcode, which denotes a permanent, non-retriable failure.
8+
39
## 0.14.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "inngestgo",
33
"private": true,
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"scripts": {
66
"changeset": "changeset",
77
"release:version": "changeset version && ./release/set_version.sh",

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const SDKVersion = "0.14.0"
3+
const SDKVersion = "0.14.1"

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package inngestgo
22

3-
const SDKVersion = "0.14.0"
3+
const SDKVersion = "0.14.1"

0 commit comments

Comments
 (0)