Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Jan 17, 2024
2 parents 33dc42d + 4a53346 commit c05a4a5
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 219 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

Expand All @@ -43,7 +43,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [3.7.8](https://github.com/cheqd/sdk/compare/3.7.7...3.7.8) (2024-01-16)

## [3.7.8-develop.2](https://github.com/cheqd/sdk/compare/3.7.8-develop.1...3.7.8-develop.2) (2024-01-17)

## [3.7.8-develop.1](https://github.com/cheqd/sdk/compare/3.7.7...3.7.8-develop.1) (2024-01-16)

## [3.7.7](https://github.com/cheqd/sdk/compare/3.7.6...3.7.7) (2024-01-08)


Expand Down
Loading

0 comments on commit c05a4a5

Please sign in to comment.