@ossy/deployment-tools 1.10.1 → 1.11.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 1.11.0 (2026-04-12)
7
+
8
+
9
+ ### Features
10
+
11
+ * **app:** implement parallel reporting for client hydration and prerendering; add utility to strip hydrate prefix from entry names ([85fbfd6](https://github.com/ossy-se/ossy/commit/85fbfd622b1651fcfd1a90e6b1206f8cd4a48d72))
12
+
13
+
14
+
15
+
16
+
6
17
  ## 1.10.1 (2026-04-12)
7
18
 
8
19
  **Note:** Version bump only for package @ossy/deployment-tools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ossy/deployment-tools",
3
- "version": "1.10.1",
3
+ "version": "1.11.0",
4
4
  "description": "Collection of scripts and tools to aid deployment of containers and static files to Amazon Web Services through GitHub Actions",
5
5
  "source": "./src/index.js",
6
6
  "main": "./src/index.js",
@@ -31,5 +31,5 @@
31
31
  "jest": "^27.5.1",
32
32
  "jsdoc": "^4.0.2"
33
33
  },
34
- "gitHead": "d1148a29edb70bdf5daec5571504268723c9d669"
34
+ "gitHead": "a151faf7a9af599b885ea98137575978fa1dffae"
35
35
  }