Skip to content

Commit

Permalink
[Release] 1.1.57
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Feb 7, 2022
1 parent 05bb265 commit 3e1e6fc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_TITLE: "Anime Captcha {VERSION}"
VERSION_MUST_INCREASE: true
RELEASE_ON_KEYWORD: ${{ github.event.commits[0].message }}
RELEASE_ON_KEYWORD: ${{ github.event.head_commit.message }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All change except updating data will be noted here

## [1.1.57] - 2022-02-07

- Further Nerf the `hani` category (20% -> 16.67%), (`loli` and `trap` 40% -> 41.67%)

## [1.1.56] - 2022-01-17

- Footer Bar & Debug Panel & other misc changes
Expand Down
4 changes: 2 additions & 2 deletions data/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import * as hani from "./hani.json";

const Data: { [category: string]: CaptchaTypeJSON } = { loli, trap, hani };

// * loli and trap has 2 while hani has 1
export const weights = [0, 2, 4, 5];
// * loli and trap has 5 while hani has 2
export const weights = [0, 5, 10, 12];

export function getQuestions(category: string): CaptchaType | undefined {
const data = Data[category];
Expand Down
2 changes: 1 addition & 1 deletion data/loli.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"answer": true
},
{
"image": "https://pbs.twimg.com/media/EqZq_8UXUAEbKLA.jpg",
"image": "https://staticg.sportskeeda.com/editor/2022/01/c4cd2-16430530325410-1920.jpg",
"name": {
"en": "Gabi Braun",
"ja": "ガビ・ブラウン"
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": "anime-captcha",
"version": "1.1.56",
"version": "1.1.57",
"type": "module",
"scripts": {
"dev": "lm-config && vite --port $PORT",
Expand Down

1 comment on commit 3e1e6fc

@vercel
Copy link

@vercel vercel bot commented on 3e1e6fc Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.