diff --git a/.hmrc b/.hmrc index 60bb073..d4489dd 100644 --- a/.hmrc +++ b/.hmrc @@ -2,7 +2,7 @@ "path": "G:\\Other\\Development\\Projects\\[ideas]\\domino", "name": "domino-server", "initialVersion": "0.1.1", - "version": "0.1.3", + "version": "0.1.4", "docker": { "useRegistry": true, "registry": "192.168.1.115:5000", @@ -75,7 +75,7 @@ }, "_backup": { "name": "domino-server", - "version": "0.1.2", + "version": "0.1.3", "description": "", "main": "index.js", "engines": { @@ -88,8 +88,8 @@ "test": "node --env-file=.env -r ts-node/register src/test.ts", "test:watch": "node --env-file=.env --watch -r ts-node/register src/test.ts", "docker-build": "docker build -t 192.168.1.115:5000/arhuako/domino-server:latest .", - "docker-tag": "docker tag 192.168.1.115:5000/arhuako/domino-server:latest 192.168.1.115:5000/arhuako/domino-server:0.1.2", - "docker-push": "docker push 192.168.1.115:5000/arhuako/domino-server:latest && docker push 192.168.1.115:5000/arhuako/domino-server:0.1.2", + "docker-tag": "docker tag 192.168.1.115:5000/arhuako/domino-server:latest 192.168.1.115:5000/arhuako/domino-server:0.1.3", + "docker-push": "docker push 192.168.1.115:5000/arhuako/domino-server:latest && docker push 192.168.1.115:5000/arhuako/domino-server:0.1.3", "publish": "npm run docker-build && npm run docker-tag && npm run docker-push" }, "keywords": [], diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5a941..c1b0e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased +## 0.1.4 - 2024-07-20 + ## 0.1.3 - 2024-07-18 ### Added - game by rounds diff --git a/package.json b/package.json index 47a97b0..1961a19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "domino-server", - "version": "0.1.3", + "version": "0.1.4", "description": "", "main": "index.js", "engines": { @@ -13,8 +13,8 @@ "test": "node --env-file=.env -r ts-node/register src/test.ts", "test:watch": "node --env-file=.env --watch -r ts-node/register src/test.ts", "docker-build": "docker build -t 192.168.1.115:5000/arhuako/domino-server:latest .", - "docker-tag": "docker tag 192.168.1.115:5000/arhuako/domino-server:latest 192.168.1.115:5000/arhuako/domino-server:0.1.3", - "docker-push": "docker push 192.168.1.115:5000/arhuako/domino-server:latest && docker push 192.168.1.115:5000/arhuako/domino-server:0.1.3", + "docker-tag": "docker tag 192.168.1.115:5000/arhuako/domino-server:latest 192.168.1.115:5000/arhuako/domino-server:0.1.4", + "docker-push": "docker push 192.168.1.115:5000/arhuako/domino-server:latest && docker push 192.168.1.115:5000/arhuako/domino-server:0.1.4", "publish": "npm run docker-build && npm run docker-tag && npm run docker-push" }, "keywords": [], diff --git a/public/CHANGELOG.html b/public/CHANGELOG.html index 287e56a..c69d4d3 100644 --- a/public/CHANGELOG.html +++ b/public/CHANGELOG.html @@ -1,5 +1,6 @@

Changelog

All notable changes to this project will be documented in this file.

+

0.1.4 - 2024-07-20

0.1.3 - 2024-07-18

Added