Skip to content

Commit

Permalink
chore: bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
cybercoder-naj committed Jul 20, 2024
1 parent 88128b9 commit 8b9bf08
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## [1.2.2] - 20-07-2024
### Fixed
- Deploy non-minified code for Elysia applications to run. ([#34](https://github.com/cybercoder-naj/logestic/pull/34))

## [1.2.1] - 19-07-2024
### Added
- GitHub Actions to automate the release workflow. ([#29](https://github.com/cybercoder-naj/logestic/pull/29))
Expand Down
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

[Demo](./preview/src/index.ts) • [Documentation](https://github.com/cybercoder-naj/logestic/wiki) • [Changelog](./CHANGELOG.md) • [License](./LICENSE)

An advanced and customisable logging library for [ElysiaJS](https://elysiajs.com).

<div align="center">
Expand All @@ -14,9 +16,7 @@ An advanced and customisable logging library for [ElysiaJS](https://elysiajs.com
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Documentation](#documentation)
- [Contributing Guidelines](#contributing-guidelines)
- [License](#license)
## Installation
Expand All @@ -30,8 +30,8 @@ Add the package to your Elysia Project via [bun](https://bun.sh).
| Logestic Version | Elysia Version | Compatible? |
| :--------------: | :------------: | :---------: |
| <= v1.2.0 | v1.0.9 | ✅ |
| v1.2.0 | v1.1.0 | ❌ |
| v1.2.1 | v1.1.3 | ✅ |
| v1.2.0 - v1.2.1 | v1.1.0 | ❌ |
| v1.2.2 | v1.1.3 | ✅ |
## Usage
Expand All @@ -52,14 +52,6 @@ const app = new Elysia()
These [presets](https://github.com/cybercoder-naj/logestic/wiki/Presets) available to use.
## Documentation
To view the full documentation, view the [wiki](https://github.com/cybercoder-naj/logestic/wiki/).
## Contributing Guidelines
See [CONTRIBUTING.md](./CONTRIBUTING.md)
## License
[MIT](./LICENSE)
See [CONTRIBUTING.md](./CONTRIBUTING.md)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logestic",
"version": "1.2.1",
"version": "1.2.2",
"author": "Nishant Aanjaney Jalan <[email protected]>",
"description": "An advanced and customisable logging library for ElysiaJS",
"keywords": [
Expand Down

0 comments on commit 8b9bf08

Please sign in to comment.