Skip to content

Commit

Permalink
Version 3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Sep 1, 2024
1 parent 6d5deaf commit e09f46d
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 323 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Testing CI

on: pull_request

jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
matrix:
node:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [3.0.16][] - 2024-09-01

- Update eslint to 9.x and prettier with configs
- Add node.js 22 to CI

## [3.0.15][] - 2024-04-27

- Update dependencies to fix metacom compatibility
Expand Down Expand Up @@ -372,7 +377,8 @@ First generation of application server with following features
- Connection drivers for database engines: MongoDB, PgSQL, Oracle, MySQL
- Support GeoIP, health monitoring, task scheduling, server-side templating

[unreleased]: https://github.com/metarhia/impress/compare/v3.0.15...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.16...HEAD
[3.0.16]: https://github.com/metarhia/impress/compare/v3.0.15...v3.0.16
[3.0.15]: https://github.com/metarhia/impress/compare/v3.0.14...v3.0.15
[3.0.14]: https://github.com/metarhia/impress/compare/v3.0.13...v3.0.14
[3.0.13]: https://github.com/metarhia/impress/compare/v3.0.12...v3.0.13
Expand Down
Loading

0 comments on commit e09f46d

Please sign in to comment.