Skip to content

Commit

Permalink
3.5.3 release (no-op)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ipinfo committed Sep 4, 2024
1 parent b028f80 commit 61bd936
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.5.2 / 3.5.3

- No-op release

## 3.5.1

- Inlined files that were previously being loaded as JSON files.
Expand Down
4 changes: 2 additions & 2 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": "node-ipinfo",
"version": "3.5.1",
"version": "3.5.3",
"description": "Official Node client library for IPinfo",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const VERSION = "3.5.1";
const VERSION = "3.5.3";

export default VERSION;
26 changes: 13 additions & 13 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "test-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-ipinfo": "3.5.1",
"typescript": "^4.4.2"
}
"name": "test-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-ipinfo": "3.5.3",
"typescript": "^4.4.2"
}
}

0 comments on commit 61bd936

Please sign in to comment.