Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
suXinjke committed Oct 19, 2024
1 parent 0b17870 commit 985a567
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 0.0.7 (2024-10-19)


### Fixes

* --include-unofficial and --exclude-unofficial options now account for hidden leaderboards ([0cfbd75](https://github.com/suXinjke/cruncheevos/commit/0cfbd7521f5a6e8e0f8a6a2a729d2f4f928b4955))

## 0.0.6 (2024-09-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cruncheevos/cli",
"version": "0.0.6",
"version": "0.0.7",
"description": "Maintain achievement sets for RetroAchievements.org using JavaScript, an alternative to RATools",
"keywords": [
"retroachievements",
Expand Down Expand Up @@ -50,4 +50,4 @@
"engines": {
"node": ">=20"
}
}
}
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.7 (2024-10-19)


### Features

* allow providing lvalue or rvalue as partial array to Condition.with and ConditionBuilder.withLast functions ([b8d83c4](https://github.com/suXinjke/cruncheevos/commit/b8d83c44364516bb1c03cd47ea13e8d3561415f1))

## 0.0.6 (2024-09-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.6",
"version": "0.0.7",
"description": "Parse and generate achievements and leaderboards for RetroAchievements.org",
"keywords": [
"retroachievements",
Expand Down

0 comments on commit 985a567

Please sign in to comment.