Skip to content

Commit

Permalink
Release 3.8.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.7.0...HEAD)

**Implemented enhancements:**

- Latest Features [\#118](#118) ([bhelx](https://github.com/bhelx))

**Merged pull requests:**

- Add node 14 to test matrix [\#117](#117) ([bhelx](https://github.com/bhelx))
- Use sha for 3rd party gh actions [\#114](#114) ([bhelx](https://github.com/bhelx))
- Update User-Agent test to use regex [\#112](#112) ([douglasmiller](https://github.com/douglasmiller))
- Fixes typo in readme [\#111](#111) ([dbrudner](https://github.com/dbrudner))
  • Loading branch information
bhelx committed Jun 1, 2020
1 parent 994707f commit 31e4e28
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 34 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.7.0
current_version = 3.8.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.7.0"
"recurly" : "^3.8.0"
// ...
}
```
Expand Down
43 changes: 12 additions & 31 deletions 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.7.0",
"version": "3.8.0",
"description": "Recurly V3 node client",
"main": "lib/recurly.js",
"types": "lib/recurly.d.ts",
Expand Down

0 comments on commit 31e4e28

Please sign in to comment.