Skip to content

Commit

Permalink
chore(release): v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 29, 2024
1 parent ed8a3db commit d8491cd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v2.9.1

[compare changes](https://github.com/unjs/nitro/compare/v2.9.0...v2.9.1)

### 🩹 Fixes

- Disable scheduled tasks in testing environment ([#2200](https://github.com/unjs/nitro/pull/2200))

### 📖 Documentation

- Add websocket chat demo to websocket api page ([#2189](https://github.com/unjs/nitro/pull/2189))
- Fix typo ([#2190](https://github.com/unjs/nitro/pull/2190))
- Fix typo ([#2194](https://github.com/unjs/nitro/pull/2194))

### 🤖 CI

- Skip `cloudflare-pages` test for windows ([#2199](https://github.com/unjs/nitro/pull/2199))

### ❤️ Contributors

- Pooya Parsa <pyapar@gmail.com>
- Roman Nuritdinov ([@Ky6uk](http://github.com/Ky6uk))
- Stefan <stefan.heim@hotmail.com>
- Shoshana Connack

## v2.9.0

[compare changes](https://github.com/unjs/nitro/compare/v2.8.1...v2.9.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitropack",
"version": "2.9.0",
"version": "2.9.1",
"description": "Build and Deploy Universal JavaScript Servers",
"repository": "unjs/nitro",
"license": "MIT",
Expand Down

0 comments on commit d8491cd

Please sign in to comment.