diff --git a/README.md b/README.md index 2f8d148..9c12421 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ let regex = regjsgen.generate(ast); ## Support -Tested in Node.js 10, 12, 14, and 16.
-Compatible with regjsparser v0.7.0’s AST. +Tested on Node.js 16 and 18.
+Compatible with regjsparser v0.10.0’s AST. [ci]: https://github.com/bnjmnt4n/regjsgen/actions [ci-img]: https://github.com/bnjmnt4n/regjsgen/workflows/Node.js%20CI/badge.svg [codecov]: https://codecov.io/gh/bnjmnt4n/regjsgen -[codecov-img]: https://codecov.io/gh/bnjmnt4n/regjsgen/branch/master/graph/badge.svg +[codecov-img]: https://codecov.io/gh/bnjmnt4n/regjsgen/branch/main/graph/badge.svg [regjsparser]: https://github.com/jviereck/regjsparser diff --git a/package-lock.json b/package-lock.json index 964d6c3..98c8f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "regjsgen", - "version": "0.7.1", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "dev": true, "packages": { "": { "name": "regjsgen", - "version": "0.7.1", + "version": "0.8.0", "license": "MIT", "devDependencies": { "codecov": "^3.8.3", diff --git a/package.json b/package.json index 84fdb59..589a15f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "regjsgen", - "version": "0.7.1", + "version": "0.8.0", "description": "Generate regular expressions from regjsparser’s AST.", "homepage": "https://github.com/bnjmnt4n/regjsgen", "main": "regjsgen.js", diff --git a/regjsgen.js b/regjsgen.js index df08bb4..baf7aa1 100644 --- a/regjsgen.js +++ b/regjsgen.js @@ -1,7 +1,7 @@ /*! - * regjsgen 0.5.2 - * Copyright 2014-2020 Benjamin Tan - * Available under the MIT license + * regjsgen 0.8.0 + * Copyright 2014-2023 Benjamin Tan + * Available under the MIT license */ ;(function() { 'use strict';