Skip to content

Commit 6c2fe1a

Browse files
authored
Merge pull request #29 from anvilco/v2.4.0
v2.4.0
2 parents 43fb861 + b117d8c commit 6c2fe1a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## [v2.4.0](https://github.com/anvilco/node-anvil/compare/v2.3.0...v2.4.0)
11+
12+
### Merged
13+
14+
- Add `signatureProvider` to `createEtchPacket` Mutation [`#28`](https://github.com/anvilco/node-anvil/pull/28)
15+
- v2.3.0 [`#27`](https://github.com/anvilco/node-anvil/pull/27)
16+
17+
### Commits
18+
19+
- add signatureProvider to createEtchPacket mutation [`b599638`](https://github.com/anvilco/node-anvil/commit/b599638202a3fa7d1a739d82f32a1c19ee01f7fc)
20+
1021
## [v2.3.0](https://github.com/anvilco/node-anvil/compare/v2.2.0...v2.3.0)
1122

1223
### Merged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anvilco/anvil",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Anvil API Client",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)