Skip to content

Commit c8cfe85

Browse files
committed
build(release): publish
- ebec@2.3.0 - @ebec/http@2.2.2
1 parent 576e4da commit c8cfe85

File tree

5 files changed

+25
-6
lines changed

5 files changed

+25
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ebec/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.3.0](https://github.com/Tada5hi/ebec/compare/ebec@2.2.1...ebec@2.3.0) (2023-10-03)
7+
8+
9+
### Features
10+
11+
* additional property/option to provide context to the error ([576e4da](https://github.com/Tada5hi/ebec/commit/576e4da6c7adc154058908b871720107770edbcc))
12+
13+
14+
15+
16+
617
## [2.2.1](https://github.com/Tada5hi/ebec/compare/ebec@2.2.0...ebec@2.2.1) (2023-09-24)
718

819

packages/ebec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ebec",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"files": [
55
"dist/"
66
],

packages/http/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.2](https://github.com/Tada5hi/ebec/compare/@ebec/http@2.2.1...@ebec/http@2.2.2) (2023-10-03)
7+
8+
**Note:** Version bump only for package @ebec/http
9+
10+
11+
12+
13+
614
## [2.2.1](https://github.com/Tada5hi/ebec/compare/@ebec/http@2.2.0...@ebec/http@2.2.1) (2023-09-24)
715

816
**Note:** Version bump only for package @ebec/http

packages/http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ebec/http",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A library that provides extensible ES6 HTTP error classes.",
55
"files": [
66
"core",
@@ -61,7 +61,7 @@
6161
"mustache": "^4.2.0"
6262
},
6363
"dependencies": {
64-
"ebec": "^2.2.1"
64+
"ebec": "^2.3.0"
6565
},
6666
"publishConfig": {
6767
"access": "public"

0 commit comments

Comments
 (0)