Skip to content

Commit

Permalink
release: 0.61.3 (#453)
Browse files Browse the repository at this point in the history
* chore(ci): run transactions example (#452)

* release: 0.61.3

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
  • Loading branch information
stainless-app[bot] authored Aug 2, 2024
1 parent 51f36d6 commit 88ad8fb
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,22 @@ jobs:
- name: Check types
run: ./scripts/lint

examples:
name: examples
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: |
yarn install
- env:
LITHIC_API_KEY: ${{ secrets.LITHIC_API_KEY }}
run: |
yarn tsn ./examples/transactions.ts
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.61.2"
".": "0.61.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.61.3 (2024-08-02)

Full Changelog: [v0.61.2...v0.61.3](https://github.com/lithic-com/lithic-node/compare/v0.61.2...v0.61.3)

### Chores

* **ci:** run transactions example ([#452](https://github.com/lithic-com/lithic-node/issues/452)) ([f6e89ab](https://github.com/lithic-com/lithic-node/commit/f6e89aba187c1325d336f08c72e67bca99419bce))

## 0.61.2 (2024-07-31)

Full Changelog: [v0.61.1...v0.61.2](https://github.com/lithic-com/lithic-node/compare/v0.61.1...v0.61.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lithic",
"version": "0.61.2",
"version": "0.61.3",
"description": "The official TypeScript library for the Lithic API",
"author": "Lithic <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.61.2'; // x-release-please-version
export const VERSION = '0.61.3'; // x-release-please-version

0 comments on commit 88ad8fb

Please sign in to comment.