diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f36b9d..7559b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/README.md b/README.md index 577d1e1..a2c5875 100644 --- a/README.md +++ b/README.md @@ -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).
@@ -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 @@ -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 @@ -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) \ No newline at end of file diff --git a/package.json b/package.json index 9ac3a79..4713830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logestic", - "version": "1.2.1", + "version": "1.2.2", "author": "Nishant Aanjaney Jalan ", "description": "An advanced and customisable logging library for ElysiaJS", "keywords": [