Skip to content

Commit

Permalink
chore(release): 2.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpnielsen committed Sep 17, 2024
1 parent 1f5675f commit 0998e10
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog

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.
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [2.0.0-0](https://github.com/jdpnielsen/contextual-error/compare/v1.2.3...v2.0.0-0) (2024-09-17)


### ⚠ BREAKING CHANGES

* CError's static .cause() method was changed to .getCause(). Constructor
arguments were consolidated, so there are now two optional arguments
instead.
* Target ES version is now ES2022

### deps

* update typescript to v5 & node to v22 ([3dc28bc](https://github.com/jdpnielsen/contextual-error/commit/3dc28bc05438d4c63fb5e17b2dd698e45b6ebfdf))


### Features

* Reuse native javascript cause property ([67575a8](https://github.com/jdpnielsen/contextual-error/commit/67575a87ab7ff3d7470b2dff925800323bc24982))

### [1.2.3](https://github.com/jdpnielsen/contextual-error/compare/v1.2.2...v1.2.3) (2021-05-27)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdpnielsen/contextual-error",
"version": "1.2.3",
"version": "2.0.0-0",
"description": "Extended error supporting cause and contextual enhancements",
"main": "build/main/index.js",
"browser": "build/main/index.js",
Expand Down

0 comments on commit 0998e10

Please sign in to comment.