@cardsgame/types
Advanced tools
Comparing version 0.12.1 to 0.12.9
@@ -0,1 +1,14 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [0.12.9](https://github.com/zielak/cardsGame/compare/v0.12.7...v0.12.9) (2022-02-07) | ||
**Note:** Version bump only for package @cardsgame/types | ||
## [0.8.1](https://github.com/zielak/cardsGame/compare/v0.8.4...v0.8.1) (2020-08-06) | ||
@@ -2,0 +15,0 @@ |
@@ -62,2 +62,7 @@ /** | ||
type IndexUpdate = { | ||
from: number | ||
to: number | ||
} | ||
// === Utility types === | ||
@@ -64,0 +69,0 @@ |
{ | ||
"name": "@cardsgame/types", | ||
"version": "0.12.1", | ||
"version": "0.12.9", | ||
"description": "", | ||
@@ -15,3 +15,3 @@ "author": "Darek Greenly (https://darekgreenly.com)", | ||
"types": "index", | ||
"gitHead": "0bc834f2f8222d0465a8fcf499970c8c0fc96e1a" | ||
"gitHead": "ac734aa719234f457e653c4b78f0a6200c1c7058" | ||
} |
6011
70