Skip to content

Commit

Permalink
chore(release): v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 25, 2023
1 parent f76f0da commit 61144e5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

[compare changes](https://github.com/unjs/nitro/compare/v2.6.0...v2.6.1)

### 🩹 Fixes

- Correctly mark `middleware: false` for scanned routes ([#1631](https://github.com/unjs/nitro/pull/1631))
- Pass relative ignore paths when scanning public assets ([#1632](https://github.com/unjs/nitro/pull/1632))

### 🏡 Chore

- Update dependencies ([a779ae79](https://github.com/unjs/nitro/commit/a779ae79))
- Force cf pages headers type ([81ec33a0](https://github.com/unjs/nitro/commit/81ec33a0))
- Update mlly ([f76f0daa](https://github.com/unjs/nitro/commit/f76f0daa))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe <daniel@roe.dev>

## v2.6.0

[compare changes](https://github.com/unjs/nitro/compare/v2.5.2...v2.6.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.6.0",
"version": "2.6.1",
"description": "Build and Deploy Universal JavaScript Servers",
"repository": "unjs/nitro",
"license": "MIT",
Expand Down Expand Up @@ -163,4 +163,4 @@
]
}
}
}
}

0 comments on commit 61144e5

Please sign in to comment.