Skip to content

Commit

Permalink
release/v0.1.4 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Bilal authored Sep 12, 2024
1 parent 2ff36ad commit 95b64da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## [[0.1.4](https://github.com/hasura/ndc-open-api-lambda/releases/tag/v0.1.4)] 2024-09-12

- Fix spelling ([#55](https://github.com/hasura/ndc-open-api-lambda/pull/55))

## [[0.1.3](https://github.com/hasura/ndc-open-api-lambda/releases/tag/v0.1.3)] 2024-09-09

- Update NDC NodeJS Lambda SDK version to `v1.7.0`. ([#53](https://github.com/hasura/ndc-open-api-lambda/pull/53))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ supportedEnvironmentVariables:
commands:
update:
type: Dockerized
dockerImage: ghcr.io/hasura/ndc-open-api-lambda:v0.1.3
dockerImage: ghcr.io/hasura/ndc-open-api-lambda:v0.1.4
commandArgs: [ "update" ]
cliPlugin:
type: Docker
dockerImage: ghcr.io/hasura/ndc-open-api-lambda:v0.1.3
dockerImage: ghcr.io/hasura/ndc-open-api-lambda:v0.1.4
dockerComposeWatch:
# Rebuild the container if a new package restore is required because package[-lock].json changed
- path: package.json
Expand Down
2 changes: 1 addition & 1 deletion src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as updateCmd from "./update";
import { exec, execSync } from "child_process";

export const program = new Command()
.version("0.1.3")
.version("0.1.4")
.description("OAS Connector CLI")
// .addCommand(initCmd.cmd) TODO: Enable when required by the CLI spec
.addCommand(updateCmd.cmd)
Expand Down

0 comments on commit 95b64da

Please sign in to comment.