Skip to content

Commit c8a9568

Browse files
chore(main): release 0.0.13
1 parent 9b6b41c commit c8a9568

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.12"
2+
".": "0.0.13"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [0.0.13](https://github.com/telostat/mailess/compare/0.0.12...0.0.13) (2024-11-06)
5+
6+
7+
### Features
8+
9+
* add version endpoint ([7cc2033](https://github.com/telostat/mailess/commit/7cc203316578c370fca24c175c99dd867852cd87))
10+
411
## [0.0.12](https://github.com/telostat/mailess/compare/0.0.11...0.0.12) (2023-05-30)
512

613

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mailess",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Send mail, less",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -38,8 +38,8 @@
3838
},
3939
"devDependencies": {
4040
"@commitlint/cli": "^19.5.0",
41-
"@eslint/js":"^9.14.0",
42-
"@eslint/eslintrc":"^3.1.0",
41+
"@eslint/js": "^9.14.0",
42+
"@eslint/eslintrc": "^3.1.0",
4343
"@types/express": "^5.0.0",
4444
"@types/html-to-text": "^9.0.4",
4545
"@types/jest": "^29.5.14",

0 commit comments

Comments
 (0)