Skip to content

Commit d63fea2

Browse files
committed
chore(release): 3.0.0
1 parent bc3506c commit d63fea2

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1-
# Change Log
1+
# Changelog
22

33
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.
44

5+
## 3.0.0 (2022-09-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Minimum needed Node.js version is 14.16
11+
12+
### Features
13+
14+
* CommonJS to ESM 📦 ([82f74ea](https://github.com/micromata/cli-error-notifier/commit/82f74ea77eedcbbc5d35177d6b767da44e0e7ca2))
15+
16+
### Chores
17+
18+
* Remove broken badges in Readme ([bc3506c2](https://github.com/micromata/cli-error-notifier/commit/bc3506c296a652bc63483ced06570a3174aeee53))
19+
* Fix coverage report ([49fdb54f](https://github.com/micromata/cli-error-notifier/commit/49fdb54f67930083a52a20055b39e870929be63a))
20+
* Move from Travis to GitHub actions to run tests ([074f63a3](https://github.com/micromata/cli-error-notifier/commit/074f63a39ef2bf4af97376c0ff0e77118dbe8f57))
21+
* Fix ESLint config and errors ([218c8f60](https://github.com/micromata/cli-error-notifier/commit/218c8f60294af3c5cb111b14ae8a647f6071f907))
22+
* Update dependencies ([49a7f88a](https://github.com/micromata/cli-error-notifier/commit/49a7f88a0d5b86d890bcd8f83fee27ff089a8e50))
23+
24+
525
<a name="2.1.0"></a>
626
# [2.1.0](https://github.com/micromata/cli-error-notifier/compare/2.0.1...2.1.0) (2019-02-11)
727

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-error-notifier",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Sends native desktop notifications if CLI apps fail",
55
"license": "MIT",
66
"repository": "micromata/cli-error-notifier",

0 commit comments

Comments
 (0)