Skip to content

Commit

Permalink
3.30.0
Browse files Browse the repository at this point in the history
[Full Changelog](3.29.0...3.30.0)

**Merged Pull Requests**

- Generated Latest Changes for v2019-10-10 [#331](#331) ([recurly-integrations](https://github.com/recurly-integrations))
  • Loading branch information
Lib Cat committed May 24, 2024
1 parent 0ebc825 commit 40e1418
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.29.0
current_version = 3.30.0
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.30.0](https://github.com/recurly/recurly-client-node/tree/3.30.0) (2024-05-24)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.29.0...3.30.0)


**Merged Pull Requests**

- Generated Latest Changes for v2019-10-10 [#331](https://github.com/recurly/recurly-client-node/pull/331) ([recurly-integrations](https://github.com/recurly-integrations))



## [3.29.0](https://github.com/recurly/recurly-client-node/tree/3.29.0) (2023-05-23)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.28.0...3.29.0)
Expand Down Expand Up @@ -541,7 +552,7 @@
- Add section for err handling [#35](https://github.com/recurly/recurly-client-node/pull/35) ([bhelx](https://github.com/bhelx))
- Implement bump script [#34](https://github.com/recurly/recurly-client-node/pull/34) ([bhelx](https://github.com/bhelx))
- Remove the site-id constraint from Client [#33](https://github.com/recurly/recurly-client-node/pull/33) ([bhelx](https://github.com/bhelx))
- Update some typos in the readme [#31](https://github.com/recurly/recurly-client-node/pull/31) ([rafdizzle86](https://github.com/rafdizzle86))
- Update some typos in the readme [#31](https://github.com/recurly/recurly-client-node/pull/31) ([rafiyagi](https://github.com/rafiyagi))
- Document use of webhooks [#28](https://github.com/recurly/recurly-client-node/pull/28) ([bhelx](https://github.com/bhelx))
- Latest v2018-08-09 updates [#27](https://github.com/recurly/recurly-client-node/pull/27) ([bhelx](https://github.com/bhelx))
- Expose Request and Response metadata [#26](https://github.com/recurly/recurly-client-node/pull/26) ([bhelx](https://github.com/bhelx))
Expand Down
2 changes: 1 addition & 1 deletion doc/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Or manually insert the dependency into the `dependencies` section of your `packa
```
{
// ...
"recurly" : "^3.29.0"
"recurly" : "^3.30.0"
// ...
}
```
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": "recurly",
"version": "3.29.0",
"version": "3.30.0",
"description": "Recurly V3 node client",
"main": "lib/recurly.js",
"types": "lib/recurly.d.ts",
Expand Down

0 comments on commit 40e1418

Please sign in to comment.