Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Isidro A. López G committed Jul 11, 2022
1 parent 5b426eb commit 1a471f1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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.

## [0.4.0](https://github.com/ialopezg/custom-error-service/compare/v0.3.1...v0.4.0) (2022-07-11)


### Features

* add Error, HttpException, and RuntimeException ([a789eae](https://github.com/ialopezg/custom-error-service/commit/a789eaea6fd1d2e9eebe93e493db7a399553ea99))
* refactor code & add initial test ([6e55539](https://github.com/ialopezg/custom-error-service/commit/6e55539da5b0931e9d1efa91b5ab91fd763e9bf2))
* update example dependencies and paths ([34346a2](https://github.com/ialopezg/custom-error-service/commit/34346a2325c5783b6688802bd0cfbd9341ae601b))


### Bug Fixes

* AppVeyor CI Action hotfix ([57b84c1](https://github.com/ialopezg/custom-error-service/commit/57b84c1e385e75a89a1d5b000e530145827dc089))
* AppVeyor CI Action hotfix ([26a5250](https://github.com/ialopezg/custom-error-service/commit/26a52506f95071de9f9dc8cd37245d9218c4ddfb))
* code refactoring ([0f2bd4f](https://github.com/ialopezg/custom-error-service/commit/0f2bd4f4d274ba5e67083e8c7fa6d2a66f187731))
* module export links ([5b426eb](https://github.com/ialopezg/custom-error-service/commit/5b426eb5bc95f2e4db83ffdfd5646a2c17c45d40))
* normalize class names & build environment ([eeb7f97](https://github.com/ialopezg/custom-error-service/commit/eeb7f978e74d4375bf29483b4e39ce81bf844c65))
* sort paths and names ([f5c9ab5](https://github.com/ialopezg/custom-error-service/commit/f5c9ab5b98a2b085fca58467fc346a8e03bfaa5d))
* update example ([ac26bff](https://github.com/ialopezg/custom-error-service/commit/ac26bff421f255fd8aef70dd4234974be0f3c725))
2 changes: 1 addition & 1 deletion 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": "custom-error-service",
"version": "0.3.1",
"version": "0.4.0",
"description": "A toolset for NodeJS to handling Client and Server Side HTTP errors",
"main": "lib/index.js",
"module": "lib/index.es.js",
Expand Down

0 comments on commit 1a471f1

Please sign in to comment.