Compare commits

..

3 Commits

Author SHA1 Message Date
wmantly 25419382bd chore: bump version to 1.14.2 2026-08-02 14:06:42 -04:00
wmantly 229f5b9760 chore: bump version to 1.14.1 2026-08-02 14:01:51 -04:00
wmantly 3a078e3918 fix: remove DEPLOYMENT.md and docs/ from Docker build context 2026-08-02 12:00:30 -04:00
4 changed files with 6 additions and 7 deletions
+1 -4
View File
@@ -1,7 +1,4 @@
## v1.13.3
- fix: remove missing DEPLOYMENT.md and docs/ from Docker build context
## v1.13.2
# v1.13.2
- chore: Update CI pipeline integration
# Changelog
+2
View File
@@ -116,6 +116,8 @@ COPY nodejs/api.md ./api.md
COPY README.md /README.md
COPY CHANGELOG.md /CHANGELOG.md
# Baked commit hash from the gitinfo stage (see build_info.js).
COPY --from=gitinfo /commit.txt ./.build_commit
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "proxy-api",
"version": "1.13.3",
"version": "1.14.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "proxy-api",
"version": "1.13.3",
"version": "1.14.2",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.3.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "proxy-api",
"version": "1.14.3",
"version": "1.14.2",
"author": [
{
"name": "William Mantly",