We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9890c commit 736a690Copy full SHA for 736a690
CHANGELOG.md
@@ -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
8
<a name="1.2.0"></a>
-# [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)
10
11
### Features
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@ts-stack/chain-error",
"type": "module",
- "version": "1.2.0",
+ "version": "1.3.0",
"exports": {
"./package.json": {
"default": "./package.json"
0 commit comments