Skip to content

Commit 842fcf7

Browse files
authored
release: 1.4.0 (#36)
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent b16995c commit 842fcf7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.4.0](https://github.com/flex-development/errnode/compare/1.3.0...1.4.0) (2023-01-23)
2+
3+
4+
### :package: Build
5+
6+
* **deps-dev:** Bump @commitlint/cli from 17.4.0 to 17.4.2 ([#28](https://github.com/flex-development/errnode/issues/28)) ([08ab50e](https://github.com/flex-development/errnode/commit/08ab50eb8f5dceee629b8e64a00795d4fa59e3d0))
7+
* **deps-dev:** Bump @types/fs-extra from 11.0.0 to 11.0.1 ([#26](https://github.com/flex-development/errnode/issues/26)) ([9f378a5](https://github.com/flex-development/errnode/commit/9f378a5d401d56e60221f9d6444e42275bdb4473))
8+
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.1 ([#23](https://github.com/flex-development/errnode/issues/23)) ([0dbfffa](https://github.com/flex-development/errnode/commit/0dbfffa8b609e08a6e74d90daa28157c374f3485))
9+
* **deps-dev:** Bump esbuild from 0.16.16 to 0.16.17 ([#27](https://github.com/flex-development/errnode/issues/27)) ([9bdcf16](https://github.com/flex-development/errnode/commit/9bdcf1609bbba1b2a3a6ca625c5ba9b41f45848e))
10+
* **deps-dev:** Bump esbuild from 0.16.17 to 0.17.1 ([#33](https://github.com/flex-development/errnode/issues/33)) ([24c19d9](https://github.com/flex-development/errnode/commit/24c19d9950ba2d9d65c6702a56f00c1105628caf))
11+
12+
13+
### :sparkles: Features
14+
15+
* **models:** `ERR_UNKNOWN_BUILTIN_MODULE` ([b16995c](https://github.com/flex-development/errnode/commit/b16995c41487ae0f8b7fbe5d14f91d8ea63eb4f6))
16+
* **models:** handle trailing separators for package directories ([0a0d256](https://github.com/flex-development/errnode/commit/0a0d25635715699f3c04e622de5ccee02c4045df))
17+
118
## [1.3.0](https://github.com/flex-development/errnode/compare/1.2.0...1.3.0) (2023-01-09)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/errnode",
33
"description": "Universal API for creating Node.js errors",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"keywords": [
66
"error",
77
"node",

0 commit comments

Comments
 (0)