diff --git a/CHANGELOG.md b/CHANGELOG.md index 3576228..a7b4ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ # Changelog +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.1.0 (2024-01-22) + + +### Features + +* ⚡️ Add a proper front page, error messages and a domain check ([830317b](https://github.com/ucsc/app-html-to-email/commit/830317bf85c3e9b7fcc49fff94ef923fe23b8e7f)) +* ⚡️ Let's begin ([8cc6c60](https://github.com/ucsc/app-html-to-email/commit/8cc6c60e435371cd586ab765d3c20a74519c8ac4)) + +# Changelog + All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5945a61..77b376a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "app-html-to-email", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "app-html-to-email", - "version": "1.0.0", + "version": "1.1.0", "license": "ISC", "dependencies": { "cheerio": "^1.0.0-rc.12", diff --git a/package.json b/package.json index 0399b0a..98437ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-html-to-email", - "version": "1.0.0", + "version": "1.1.0", "description": "Fetch a URL and prepare it for use as an email.", "main": "index.js", "engines": { @@ -29,4 +29,4 @@ "devDependencies": { "nodemon": "^2.0.7" } -} \ No newline at end of file +}