diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1e63d..ce51837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.4](https://github.com/aclu-national/email-builder/compare/v1.4.3...v1.4.4) (2023-09-13) + + +### Bug Fixes + +* **config:** remove label and name ([a867782](https://github.com/aclu-national/email-builder/commit/a867782d89fa7975333f51009c3e182195aee935)) + ## [1.4.3](https://github.com/aclu-national/email-builder/compare/v1.4.2...v1.4.3) (2023-09-13) diff --git a/dist/index.html b/dist/index.html index ed46859..b795ed6 100644 --- a/dist/index.html +++ b/dist/index.html @@ -7,7 +7,7 @@ - + diff --git a/package-lock.json b/package-lock.json index c1c73cf..59f36cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aclu-national/email-builder", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aclu-national/email-builder", - "version": "1.4.3", + "version": "1.4.4", "license": "MIT", "dependencies": { "@semantic-release/git": "^10.0.1", diff --git a/package.json b/package.json index 227fb87..f7412f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aclu-national/email-builder", - "version": "1.4.3", + "version": "1.4.4", "description": "Using 11ty to generate HTML emails", "main": "dist/", "author": "ACLU",