Skip to content

Commit 3e539c0

Browse files
committed
Bump version
1 parent 29c7060 commit 3e539c0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.7.3] - 2026-02-07
9+
10+
### Added
11+
12+
- You can now flip the x and y coordinates of glyphs. Doesn't affect text overlays, and can cause weirdness when rotating boards.
13+
814
## [1.7.2] - 2025-08-14
915

1016
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "abstractplay-designer",
33
"private": true,
4-
"version": "1.7.2",
4+
"version": "1.7.3",
55
"type": "module",
66
"scripts": {
77
"dev": "set NODE_ENV=development && vite",

0 commit comments

Comments
 (0)