Skip to content

Commit 6a7c777

Browse files
Version Packages (#190)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e9c5f74 commit 6a7c777

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/hip-ducks-join.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.2
4+
5+
### Patch Changes
6+
7+
- e9c5f74: Fix serve URL overrides
8+
39
## 0.14.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.14.1",
4+
"version": "0.14.2",
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.1"
3+
const SDKVersion = "0.14.2"

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.1"
3+
const SDKVersion = "0.14.2"

0 commit comments

Comments
 (0)