scenri 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/serve.js +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.3](https://github.com/tonygorb/scenri/compare/v0.2.2...v0.2.3) (2026-08-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** clear the esbuild advisory and a flaky e2e teardown ([97c6985](https://github.com/tonygorb/scenri/commit/97c6985dc7f6e92e3cac1eebd9e039201b12fc16))
|
|
9
|
+
* **deps:** clear the esbuild advisory, and stop the update fixture racing its own teardown ([5cb7bff](https://github.com/tonygorb/scenri/commit/5cb7bff083a92c929bc570b1d88b50747c3a3605))
|
|
10
|
+
|
|
3
11
|
## [0.2.2](https://github.com/tonygorb/scenri/compare/v0.2.1...v0.2.2) (2026-08-20)
|
|
4
12
|
|
|
5
13
|
|
package/dist/serve.js
CHANGED
|
@@ -6514,6 +6514,16 @@ function registerImageRoutes(app, deps) {
|
|
|
6514
6514
|
|
|
6515
6515
|
// src/release/notes.data.ts
|
|
6516
6516
|
var RELEASES = [
|
|
6517
|
+
{
|
|
6518
|
+
version: "0.2.3",
|
|
6519
|
+
date: "2026-08-20",
|
|
6520
|
+
sections: [
|
|
6521
|
+
{
|
|
6522
|
+
heading: "Security",
|
|
6523
|
+
body: "The last advisory against a build dependency is closed. Nothing about how scenri runs changes, and nothing in the published package moves."
|
|
6524
|
+
}
|
|
6525
|
+
]
|
|
6526
|
+
},
|
|
6517
6527
|
{
|
|
6518
6528
|
version: "0.2.2",
|
|
6519
6529
|
date: "2026-08-20",
|