diff --git a/package-lock.json b/package-lock.json index 8cf323c..525938a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-region-table-parser", - "version": "2.0.72", + "version": "2.0.73", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-region-table-parser", - "version": "2.0.72", + "version": "2.0.73", "license": "MIT", "dependencies": { "jsdom": "26.0.0" diff --git a/package.json b/package.json index 80cb423..9cd3930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-region-table-parser", - "version": "2.0.72", + "version": "2.0.73", "description": "read and parses aws region table html and returns a json object based on http://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/", "main": "index.js", "author": "Balazs Buri",