Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
theBowja committed Feb 16, 2024
1 parent 6a0575b commit f0e952a
Show file tree
Hide file tree
Showing 38 changed files with 19,834 additions and 1 deletion.
833 changes: 833 additions & 0 deletions examples/examples.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genshin-db",
"version": "5.1.0",
"version": "5.1.1",
"description": "Genshin Impact v4.4 JSON data. Search and get results in all in-game languages! Sources from the fandom wiki and GenshinData repo.",
"main": "./src/main.js",
"types": "./types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ If you need help or have questions, you can talk to me in [my discord](https://d
- [Query Options](#query-options)
- [Adding Custom Names](#adding-custom-names)
- [Adding Custom Data](#adding-custom-data)
- [Versioning](#versioning)
- [Contributing](#contributing)
- [Build scripts](#build-scripts)
- [Typescript](#typescript)
Expand Down Expand Up @@ -287,6 +288,13 @@ More examples:

```
## Versioning
This repo loosely follows semantic versioning. `[major].[minor].[patch]`
Major version increases have sweeping breaking changes.
Minor version increases may have breaking changes localized to folders.
Patch version increases can add additional data or functionality or fix bugs.
## Contributing
Currently the best way to contribute to this project is to write up feature requests in GitHub issues. Also join my discord show me what you've built so I know this is useful to people.
Expand Down
8 changes: 8 additions & 0 deletions scripts/generate/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ let folders = [
// function: 'achievementgroups',
// params: ['challenger II']
// },
{
function: 'emojis',
params: ['oh']
},
{
function: 'voiceovers',
params: ['ayaka']
},
{
function: 'elements',
params: [],
Expand Down
Loading

0 comments on commit f0e952a

Please sign in to comment.