chore(release): bump to v1.0.2

This commit is contained in:
AJ ONeal 2024-08-28 22:19:10 -06:00
parent 2312c3bb73
commit 19e4dfbbc0
Signed by: coolaj86
GPG Key ID: F1D692A76F70CF98
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@root/asn1", "name": "@root/asn1",
"version": "1.0.1", "version": "1.0.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@root/asn1", "name": "@root/asn1",
"version": "1.0.1", "version": "1.0.2",
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {
"@root/encoding": "^1.0.1", "@root/encoding": "^1.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@root/asn1", "name": "@root/asn1",
"version": "1.0.1", "version": "1.0.2",
"description": "VanillaJS, Lightweight, Zero-Dependency, ASN.1 encoder and decoder.", "description": "VanillaJS, Lightweight, Zero-Dependency, ASN.1 encoder and decoder.",
"main": "index.js", "main": "index.js",
"files": [ "files": [