Skip to content

Commit

Permalink
v0.52.2
Browse files Browse the repository at this point in the history
Release notes:

- [puzzle-geometry] Update icosahedron colors to be more vibrant and distinct.
- [puzzle-geometry] Rename several icosahedral puzzles.
- Update dependencies.
- [alg] Add a way to serialize to string using LGN.
- [bin/scramble] Add a `--notation` arg.
  • Loading branch information
lgarron committed Oct 7, 2024
1 parent 5274f5d commit f5cec21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cubing",
"version": "0.52.1",
"version": "0.52.2",
"description": "A collection of JavaScript cubing libraries.",
"author": "The js.cubing.net team",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type ExperimentalNotationType = "auto" | "LGN";
export type ExperimentalNotationType = "auto" | "LGN";

export interface ExperimentalSerializationOptions {
// TODO: this will still serialize caret NISS notation as normal.
Expand Down

0 comments on commit f5cec21

Please sign in to comment.