@ossy/deployment-tools 1.6.0 → 1.8.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.8.0 (2026-04-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * **platform:** add peer dependency flag and update package.json ([3731714](https://github.com/ossy-se/ossy/commit/373171453b2b7017fe2a480cbe54e806ad448601))
12
+
13
+
14
+
15
+
16
+
17
+ # 1.7.0 (2026-04-08)
18
+
19
+
20
+ ### Features
21
+
22
+ * **app:** add support for copying task runtime files during build process ([f25da26](https://github.com/ossy-se/ossy/commit/f25da264665cf132f526b7c89873390e02a082cb))
23
+
24
+
25
+
26
+
27
+
6
28
  # 1.6.0 (2026-04-07)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ossy/deployment-tools",
3
- "version": "1.6.0",
3
+ "version": "1.8.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": "a1c29650f72ec23bd397d3c9e1c42387461acf8e"
34
+ "gitHead": "4587756b973bce942950c710c7b8a8b0c52a7786"
35
35
  }