Skip to content

Commit 8b9bf08

Browse files
chore: bump patch version
1 parent 88128b9 commit 8b9bf08

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## [1.2.2] - 20-07-2024
4+
### Fixed
5+
- Deploy non-minified code for Elysia applications to run. ([#34](https://github.com/cybercoder-naj/logestic/pull/34))
6+
37
## [1.2.1] - 19-07-2024
48
### Added
59
- GitHub Actions to automate the release workflow. ([#29](https://github.com/cybercoder-naj/logestic/pull/29))

README.md

+5-13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![npm version](https://badge.fury.io/js/logestic.svg)](https://badge.fury.io/js/logestic)
44

5+
[Demo](./preview/src/index.ts) • [Documentation](https://github.com/cybercoder-naj/logestic/wiki) • [Changelog](./CHANGELOG.md) • [License](./LICENSE)
6+
57
An advanced and customisable logging library for [ElysiaJS](https://elysiajs.com).
68

79
<div align="center">
@@ -14,9 +16,7 @@ An advanced and customisable logging library for [ElysiaJS](https://elysiajs.com
1416
- [Table of Contents](#table-of-contents)
1517
- [Installation](#installation)
1618
- [Usage](#usage)
17-
- [Documentation](#documentation)
1819
- [Contributing Guidelines](#contributing-guidelines)
19-
- [License](#license)
2020
2121
## Installation
2222
@@ -30,8 +30,8 @@ Add the package to your Elysia Project via [bun](https://bun.sh).
3030
| Logestic Version | Elysia Version | Compatible? |
3131
| :--------------: | :------------: | :---------: |
3232
| <= v1.2.0 | v1.0.9 | ✅ |
33-
| v1.2.0 | v1.1.0 | ❌ |
34-
| v1.2.1 | v1.1.3 | ✅ |
33+
| v1.2.0 - v1.2.1 | v1.1.0 | ❌ |
34+
| v1.2.2 | v1.1.3 | ✅ |
3535
3636
## Usage
3737
@@ -52,14 +52,6 @@ const app = new Elysia()
5252
5353
These [presets](https://github.com/cybercoder-naj/logestic/wiki/Presets) available to use.
5454
55-
## Documentation
56-
57-
To view the full documentation, view the [wiki](https://github.com/cybercoder-naj/logestic/wiki/).
58-
5955
## Contributing Guidelines
6056
61-
See [CONTRIBUTING.md](./CONTRIBUTING.md)
62-
63-
## License
64-
65-
[MIT](./LICENSE)
57+
See [CONTRIBUTING.md](./CONTRIBUTING.md)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logestic",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"author": "Nishant Aanjaney Jalan <[email protected]>",
55
"description": "An advanced and customisable logging library for ElysiaJS",
66
"keywords": [

0 commit comments

Comments
 (0)