Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Dec 8, 2023
1 parent 91f8573 commit 002433c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docker_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Changelog for the npm version are [here](/CHANGELOG.md).

## [Unreleased]

## [0.1.15] - 2023-12-08

### Fixed

- Updated swc and ts-node to latest versions. Adds module to generated .swcrc used for graphql codegen (#1717)
Expand Down
4 changes: 2 additions & 2 deletions release_image/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

// next tag to use
const TAG = "v0.1.15-test2-amd64"
const TAG = "v0.1.15"

// current node gets latest tag...
const CURRENT_NODE_VERSION = 18
Expand All @@ -33,7 +33,7 @@ var NODE_VERSIONS = []int{
}

const AUTO_SCHEMA_VERSION = "0.0.32"
const TSENT_VERSION = "v0.1.14-test1"
const TSENT_VERSION = "v0.1.14"

var SUFFIXES = []string{
"dev",
Expand Down

0 comments on commit 002433c

Please sign in to comment.