We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64e77a commit 72367ffCopy full SHA for 72367ff
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## 1.x
2
3
+### 1.1.2
4
+
5
+* Remove moar es6 and add use strict
6
7
### 1.1.1
8
9
* Removed babel and build step
package.json
@@ -1,6 +1,6 @@
{
"name": "aspxauth",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Verify and decrypt .NET's .ASPXAUTH cookie from node",
"main": "src/index.js",
"files": [
0 commit comments