Skip to content

Commit 4325ffe

Browse files
chore: bump patch version
1 parent 6e32c72 commit 4325ffe

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## [1.2.3] - 20-07-2024
4+
### Fixed
5+
- Deploy minified code with a workaround that works. ([#35](https://github.com/cybercoder-naj/logestic/pull/35))
6+
37
## [1.2.2] - 20-07-2024
48
### Fixed
59
- Deploy non-minified code for Elysia applications to run. ([#34](https://github.com/cybercoder-naj/logestic/pull/34))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the package to your Elysia Project via [bun](https://bun.sh).
3131
| :--------------: | :------------: | :---------: |
3232
| <= v1.2.0 | v1.0.9 | ✅ |
3333
| v1.2.0 - v1.2.1 | v1.1.0 | ❌ |
34-
| v1.2.2 | v1.1.3 | ✅ |
34+
| >= v1.2.2 | v1.1.3 | ✅ |
3535

3636
## Usage
3737

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logestic",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"author": "Nishant Aanjaney Jalan <cybercoder.nishant@gmail.com>",
55
"description": "An advanced and customisable logging library for ElysiaJS",
66
"keywords": [

0 commit comments

Comments
 (0)