Skip to content

Commit 3984fb6

Browse files
committed
2.0.0
1 parent 124daec commit 3984fb6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.x
2+
3+
### 2.0.0
4+
5+
* Node 12 support and bignum -> BigInt
6+
17
## 1.x
28

39
### 1.1.2

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aspxauth",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "Verify and decrypt .NET's .ASPXAUTH cookie from node",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)