Skip to content

Commit

Permalink
🔀 Merge branch 'release/1.4.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Nov 20, 2024
2 parents ab1fe4a + 62726b3 commit c2be7e8
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.7] - 2024-11-20

### Added

- New character: Chasca
- New character: Ororon

## [1.4.6] - 2024-10-07

### Added
Expand Down Expand Up @@ -234,6 +241,7 @@ Note: From now on I will release the characters for the whole patch instead of p

- Initial release

[1.4.7]: https://github.com/Pustur/genshin-impact-team-randomizer/compare/1.4.6...1.4.7
[1.4.6]: https://github.com/Pustur/genshin-impact-team-randomizer/compare/1.4.5...1.4.6
[1.4.5]: https://github.com/Pustur/genshin-impact-team-randomizer/compare/1.4.4...1.4.5
[1.4.4]: https://github.com/Pustur/genshin-impact-team-randomizer/compare/1.4.3...1.4.4
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genshin-impact-team-randomizer",
"version": "1.4.6",
"version": "1.4.7",
"description": "A web app to randomize your Genshin Impact team based on the characters that you own",
"type": "module",
"files": [
Expand Down
3 changes: 3 additions & 0 deletions public/img/characters/chasca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/img/characters/ororon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/data/characters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,17 @@ export const characters: GenshinCharacter[] = [
selected: false,
collab: false,
},
{
id: 90,
fullName: 'Chasca',
shortName: 'Chasca',
stars: 5,
elements: ['anemo'],
weapon: 'bow',
gender: ['F'],
selected: false,
collab: false,
},
{
id: 77,
fullName: 'Chevreuse',
Expand Down Expand Up @@ -639,6 +650,17 @@ export const characters: GenshinCharacter[] = [
selected: true,
collab: false,
},
{
id: 91,
fullName: 'Ororon',
shortName: 'Ororon',
stars: 4,
elements: ['electro'],
weapon: 'bow',
gender: ['M'],
selected: false,
collab: false,
},
{
id: 29,
fullName: 'Qiqi',
Expand Down

0 comments on commit c2be7e8

Please sign in to comment.