Skip to content

Commit 736a690

Browse files
committed
Release 1.3.0.
1 parent 5d9890c commit 736a690

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
<a name="1.3.0"></a>
2+
# [1.3.0](https://github.com/ts-stack/chain-error/releases/tag/1.3.0) (2024-09-30)
3+
4+
### Features
5+
6+
- Migration to ESM.
7+
18
<a name="1.2.0"></a>
2-
# [1.2.0](https://github.com/ts-stack/chain-error/releases/tag/1.2.0) (2020-04-16)
9+
## [1.2.0](https://github.com/ts-stack/chain-error/releases/tag/1.2.0) (2020-04-16)
310

411
### Features
512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ts-stack/chain-error",
33
"type": "module",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"exports": {
66
"./package.json": {
77
"default": "./package.json"

0 commit comments

Comments
 (0)