Skip to content

Commit

Permalink
Merge pull request #87 from node-oauth/release-4.1.1
Browse files Browse the repository at this point in the history
release 4.1.1 -> master
  • Loading branch information
HappyZombies authored Nov 28, 2021
2 parents 485147f + 2fa8a7f commit 1b91ddc
Show file tree
Hide file tree
Showing 65 changed files with 1,920 additions and 1,558 deletions.
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
"no-console": [
"error"
],
"no-var": [
"error"
],
"prefer-const": ["error", {
"destructuring": "any",
"ignoreReadBeforeAssign": false
}],
"no-unused-vars": [
"error",
{
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

## 4.1.1

### Added
- Added TypeScript types
### Changed
- Removed extra files when someone npm installs.
- Upgrades all code from ES5 to ES6, where possible.

## 4.1.0
### Changed
* Bump dev dependencies to resolve vulnerabilities
Expand Down
Loading

0 comments on commit 1b91ddc

Please sign in to comment.