0.1.3
This commit is contained in:
parent
39060a4064
commit
6da023d12a
8
.hmrc
8
.hmrc
@ -2,7 +2,7 @@
|
||||
"path": "G:\\Other\\Development\\Projects\\[ideas]\\domino",
|
||||
"name": "domino-server",
|
||||
"initialVersion": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"docker": {
|
||||
"useRegistry": true,
|
||||
"registry": "192.168.1.115:5000",
|
||||
@ -75,7 +75,7 @@
|
||||
},
|
||||
"_backup": {
|
||||
"name": "domino-server",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"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.1",
|
||||
"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.1",
|
||||
"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",
|
||||
"publish": "npm run docker-build && npm run docker-tag && npm run docker-push"
|
||||
},
|
||||
"keywords": [],
|
||||
|
@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.1.3 - 2024-07-18
|
||||
### Added
|
||||
- game by rounds
|
||||
- cross configuration
|
||||
- matching phase 1
|
||||
|
||||
## 0.1.2 - 2024-07-17
|
||||
### Added
|
||||
- This changelog
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "domino-server",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"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.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": [],
|
||||
|
@ -1,5 +1,12 @@
|
||||
<h1>Changelog</h1>
|
||||
<p>All notable changes to this project will be documented in this file.</p>
|
||||
<h2>0.1.3 - 2024-07-18</h2>
|
||||
<h3>Added</h3>
|
||||
<ul>
|
||||
<li>game by rounds</li>
|
||||
<li>cross configuration</li>
|
||||
<li>matching phase 1</li>
|
||||
</ul>
|
||||
<h2>0.1.2 - 2024-07-17</h2>
|
||||
<h3>Added</h3>
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user