Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
suXinjke committed Sep 4, 2024
1 parent 1468954 commit a945e48
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
## 0.0.6 (2024-09-04)


### Features

* commands save, diff, diff-save now compare against unofficial achievement by default, use --exclude-unofficial option instead of --include-unofficial ([c11ce99](https://github.com/suXinjke/cruncheevos/commit/c11ce994ddfe8fc42f1bb5cc19eadc4dfd79e162))


### Fixes

* correctly preserve IDs of local assets, avoiding a situation when `save` command wold result in assets having same IDs ([3b0a662](https://github.com/suXinjke/cruncheevos/commit/3b0a66227d6e81cd9fd0f446622513afb51a2408))

## 0.0.5 (2024-08-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cruncheevos/cli",
"version": "0.0.5",
"version": "0.0.6",
"description": "Maintain achievement sets for RetroAchievements.org using JavaScript, an alternative to RATools",
"keywords": [
"retroachievements",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 0.0.6 (2024-09-04)


### Features

* add `define.str` and `stringToNumberLE` functions to help generating conditions for comparing strings ([1468954](https://github.com/suXinjke/cruncheevos/commit/14689543c9fdf925549cbbebc9cb651be4b2ccfa))

## 0.0.5 (2024-08-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cruncheevos/core",
"version": "0.0.5",
"version": "0.0.6",
"description": "Parse and generate achievements and leaderboards for RetroAchievements.org",
"keywords": [
"retroachievements",
Expand Down

0 comments on commit a945e48

Please sign in to comment.