Skip to content

Commit 958ca5f

Browse files
authored
Merge pull request #513 from maxmind/prepare-release
Prepare v4.0.0 release
2 parents a8801ba + da70cc5 commit 958ca5f

File tree

3 files changed

+224
-1907
lines changed

3 files changed

+224
-1907
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
4.0.0 (XXXX)
4+
4.0.0 (2021-06-21)
55
------------------
66

77
* **Breaking** Drop Node 10 support

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maxmind/minfraud-api-node",
3-
"version": "3.4.0",
3+
"version": "4.0.0",
44
"description": "Node.js API for MaxMind minFraud Score, Insights, and Factors web services",
55
"main": "dist/src/index.js",
66
"homepage": "https://github.com/maxmind/minfraud-api-node",
@@ -31,7 +31,6 @@
3131
"lint-staged": "^11.0.0",
3232
"lodash.clonedeep": "^4.5.0",
3333
"nock": "^13.0.2",
34-
"np": "^7.0.0",
3534
"pinst": "^2.1.4",
3635
"prettier": "^2.2.1",
3736
"ts-jest": "^27.0.3",
@@ -59,12 +58,10 @@
5958
"prettier:ts": "prettier --parser typescript --single-quote true --trailing-comma es5 --write 'src/**/*.ts'",
6059
"prettier:ci": "prettier --parser typescript --single-quote true --trailing-comma es5 --list-different 'src/**/*.ts'",
6160
"prettier:json": "prettier --parser json --write '**/*.json'",
62-
"release": "yarn build && np",
6361
"test": "jest",
6462
"test:watch": "jest --watch",
65-
"version": "yarn build:docs && yarn deploy:docs",
6663
"postinstall": "husky install",
67-
"prepublishOnly": "pinst --disable",
64+
"prepublishOnly": "yarn build && yarn test && yarn lint && yarn build:docs && yarn deploy:docs && pinst --disable",
6865
"postpublish": "pinst --enable"
6966
},
7067
"dependencies": {

0 commit comments

Comments
 (0)