Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knice committed Jan 22, 2024
1 parent 830317b commit abda101
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"devDependencies": {
"nodemon": "^2.0.7"
}
}
}

0 comments on commit abda101

Please sign in to comment.