chore(release): bump to v1.0.1

This commit is contained in:
AJ ONeal 2024-08-28 21:36:09 -06:00
parent bd7527b205
commit 7e81eb3d30
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",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@root/asn1",
"version": "1.0.0",
"version": "1.0.1",
"license": "MPL-2.0",
"dependencies": {
"@root/encoding": "^1.0.1"

View File

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