File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
7
## [ 1.2.2] - 20-07-2024
4
8
### Fixed
5
9
- Deploy non-minified code for Elysia applications to run. ([ #34 ] ( https://github.com/cybercoder-naj/logestic/pull/34 ) )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Add the package to your Elysia Project via [bun](https://bun.sh).
31
31
| :--------------: | :------------: | :---------: |
32
32
| <= v1.2.0 | v1.0.9 | ✅ |
33
33
| v1.2.0 - v1.2.1 | v1.1.0 | ❌ |
34
- | v1.2.2 | v1.1.3 | ✅ |
34
+ | > = v1.2.2 | v1.1.3 | ✅ |
35
35
36
36
## Usage
37
37
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " logestic" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"author" : " Nishant Aanjaney Jalan <cybercoder.nishant@gmail.com>" ,
5
5
"description" : " An advanced and customisable logging library for ElysiaJS" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments