Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v2.4.0](https://github.com/anvilco/node-anvil/compare/v2.3.0...v2.4.0)

### Merged

- Add `signatureProvider` to `createEtchPacket` Mutation [`#28`](https://github.com/anvilco/node-anvil/pull/28)
- v2.3.0 [`#27`](https://github.com/anvilco/node-anvil/pull/27)

### Commits

- add signatureProvider to createEtchPacket mutation [`b599638`](https://github.com/anvilco/node-anvil/commit/b599638202a3fa7d1a739d82f32a1c19ee01f7fc)

## [v2.3.0](https://github.com/anvilco/node-anvil/compare/v2.2.0...v2.3.0)

### Merged
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": "@anvilco/anvil",
"version": "2.3.0",
"version": "2.4.0",
"description": "Anvil API Client",
"main": "src/index.js",
"scripts": {
Expand Down