Skip to content

Commit 92f5423

Browse files
committed
bump: v1.1.4
1 parent 32d7875 commit 92f5423

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## 1.1.4 (2023-08-02)
2+
3+
4+
### Bug Fixes
5+
6+
* author ([2e0b56f](https://github.com/jipitiai/askcodebase-common/commit/2e0b56fe2f25189679b45d1c0dda3de6556f018d))
7+
* update author filed ([5c4cd25](https://github.com/jipitiai/askcodebase-common/commit/5c4cd2544d5cfa8c917df756abc8eadc94845e0f))
8+
9+
10+
### Features
11+
12+
* add default error messages ([28b4ebc](https://github.com/jipitiai/askcodebase-common/commit/28b4ebcfe9fc8dd39bc7267ec0ac9a12f780ad05))
13+
* add error codes ([a57d1bd](https://github.com/jipitiai/askcodebase-common/commit/a57d1bd4eb7ddc1fb26fdf94ff466a56c9becc93))
14+
* add error environment ([09e565f](https://github.com/jipitiai/askcodebase-common/commit/09e565f96d5bc43073036d87ef08a5a10d9ef3a1))
15+
* add error none ([d2ad260](https://github.com/jipitiai/askcodebase-common/commit/d2ad260a00f0c52da024b34327d0532097acc01a))
16+
* add errors ([56656ce](https://github.com/jipitiai/askcodebase-common/commit/56656cef10be472255d6bab3bb3e3ae5f0be37da))
17+
* add errors ([4f386a4](https://github.com/jipitiai/askcodebase-common/commit/4f386a47a3c8a677d5e579d6091fceb63a611f08))
18+
* add ErrorUserNull ([2b57ce8](https://github.com/jipitiai/askcodebase-common/commit/2b57ce8fdfd9acbfe42f2b202bd105ef360ca6b6))
19+
* add getCode public method ([811c6a6](https://github.com/jipitiai/askcodebase-common/commit/811c6a6b2e5eca78208e8a6c33528760e9efaa86))
20+
* add toString to AskCodebaseError ([f354ee0](https://github.com/jipitiai/askcodebase-common/commit/f354ee0554fbcc372abead8930f5ab86d886c6b7))
21+
* add version script ([32d7875](https://github.com/jipitiai/askcodebase-common/commit/32d78756de1ccbff7ab776888f6bad32dcfc8c9e))
22+
23+
24+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@askcodebase/common",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Common types, definitions for AskCodebase client and server.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)