diff --git a/SECURITY.md b/SECURITY.md index a7c45ad..2ae888c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,7 +7,8 @@ currently being supported with security updates. | Version | Supported | | ------- | ------------------ | -| 2.x.x | :white_check_mark: | +| 3.x.x | :white_check_mark: | +| 2.x.x | :x: | | 1.x.x | :x: | ## Reporting a Vulnerability diff --git a/package.json b/package.json index 9d9c561..c78e7d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecto", - "version": "3.0.6", + "version": "3.0.7", "description": "Modern Template Consolidation Engine for EJS, Markdown, Pug, Nunjucks, Liquid, and Handlebars", "type": "module", "exports": "./dist/ecto.js", @@ -77,6 +77,7 @@ }, "files": [ "dist", - "bin" + "bin", + "LISCENSE" ] }