@ossy/deployment-tools 1.0.8 → 1.1.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.1.0 (2026-04-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **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))
12
+
13
+
14
+
15
+
16
+
17
+ ## 1.0.9 (2026-04-06)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **app:** update index.js file permissions to executable ([5a3ba2f](https://github.com/ossy-se/ossy/commit/5a3ba2f23fbeeb817e8ddb78c206072aacfdae02))
23
+
24
+
25
+
26
+
27
+
6
28
  ## 1.0.8 (2026-04-06)
7
29
 
8
30
  **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.0.8",
3
+ "version": "1.1.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": "1a757e16ac932fbf234e8257e2393be1e2a80c60"
34
+ "gitHead": "5977a77f97776131077a848081098ab6ec4cf837"
35
35
  }