Skip to content

Commit

Permalink
v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Feb 4, 2024
1 parent c140bda commit 5124546
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Change Log

## [Unreleased]
## [0.5.6] 2024-02-04

### Added

Expand Down
2 changes: 1 addition & 1 deletion ccmod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "crossedeyes",
"version": "0.5.5",
"version": "0.5.6",
"name": "CrossedEyes",
"description": "Accessibility mod for CrossCode",
"plugin": "plugin.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crossedeyes",
"version": "0.5.5",
"version": "0.5.6",
"scripts": {
"start": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.ts",
"watch": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.ts",
Expand Down

0 comments on commit 5124546

Please sign in to comment.