Skip to content

Commit

Permalink
Release 3.19.0
Browse files Browse the repository at this point in the history
# Changelog

## [Unreleased](https://github.com/recurly/recurly-client-node/tree/HEAD)

[Full Changelog](3.18.0...HEAD)

**Implemented enhancements:**

- Latest Changes for 2019-10-10 [\#178](#178) ([douglasmiller](https://github.com/douglasmiller))
  • Loading branch information
douglasmiller committed Jan 22, 2021
1 parent e9f8a86 commit aedd2b0
Show file tree
Hide file tree
Showing 4 changed files with 4 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.18.0
current_version = 3.19.0
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
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.18.0"
"recurly" : "^3.19.0"
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.18.0",
"version": "3.19.0",
"description": "Recurly V3 node client",
"main": "lib/recurly.js",
"types": "lib/recurly.d.ts",
Expand Down

0 comments on commit aedd2b0

Please sign in to comment.