@ossy/deployment-tools 1.0.9 → 1.2.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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.2.0 (2026-04-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **app:** introduce runtime shims for config and middleware in build and dev processes ([847ceb1](https://github.com/ossy-se/ossy/commit/847ceb1545fd4e0cfbfeea436cd1a949760d7d8f))
12
+
13
+
14
+
15
+
16
+
17
+ # 1.1.0 (2026-04-06)
18
+
19
+
20
+ ### Features
21
+
22
+ * **app:** enhance build and dev scripts with new bundling and runtime features for server and client ([7fcaafc](https://github.com/ossy-se/ossy/commit/7fcaafc41cd3d57b94b9f4f82f1db9cda6707789))
23
+
24
+
25
+
26
+
27
+
6
28
  ## 1.0.9 (2026-04-06)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ossy/deployment-tools",
3
- "version": "1.0.9",
3
+ "version": "1.2.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": "c9da4864730c693fe18339f0920a0802ce9c8ebf"
34
+ "gitHead": "81441ed4d81a8ca000dc8c4a5c4634e860bfb22b"
35
35
  }