Skip to content

Commit eeeb087

Browse files
Version Packages (#182)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 097ebf2 commit eeeb087

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

.changeset/cool-rabbits-change.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.0
4+
5+
### Minor Changes
6+
7+
- 097ebf2: Add support for steps in HTTP endpoints
8+
39
## 0.13.1
410

511
### Patch 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.13.1",
4+
"version": "0.14.0",
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.13.0"
3+
const SDKVersion = "0.14.0"

version.go

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

3-
import "github.com/inngest/inngestgo/pkg/version"
4-
5-
const SDKVersion = version.SDKVersion
3+
const SDKVersion = "0.14.0"

0 commit comments

Comments
 (0)