Skip to content

Commit

Permalink
chore(release): v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 22, 2023
1 parent b926dd0 commit 21a2595
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.5.1

[compare changes](https://github.com/unjs/nitro/compare/v2.5.0...v2.5.1)


### 📖 Documentation

- Fix typo in Flightcontrol deployment option ([#1332](https://github.com/unjs/nitro/pull/1332))

### 📦 Build

- Avoid doubly-bundling runtime types ([#1334](https://github.com/unjs/nitro/pull/1334))

### 🌊 Types

- Avoid overriding app runtime config namespace ([#1333](https://github.com/unjs/nitro/pull/1333))

### ❤️ Contributors

- Daniel Roe <daniel@roe.dev>
- ModupeD

## v2.5.0

[compare changes](https://github.com/unjs/nitro/compare/v0.0.2...v2.5.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitropack",
"version": "2.5.0",
"version": "2.5.1",
"description": "Build and Deploy Universal JavaScript Servers",
"repository": "unjs/nitro",
"license": "MIT",
Expand Down Expand Up @@ -152,4 +152,4 @@
]
}
}
}
}

0 comments on commit 21a2595

Please sign in to comment.