Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
# [email protected]

## Changes

 * fix(duolingo): fix following icon in league command (#94)
 * fix(duolingo): fix following icon in league command (#93)
 * fix(duolingo)!: strip LTR RTL control characters (#91)
 * test(duolingo): mutation tests (#90)

## Details

 * [Full changelog](https://github.com/tugrulates/repo/compare/[email protected]@0.2.0)
 * [Documentation](https://jsr.io/@tugrulates/duolingo@[object Object])

# [email protected]

## Changes

 * feat(testing): disposable tempDir (#96)
 * style(testing): fix formatting for generated mock data (#89)

## Details

 * [Full changelog](https://github.com/tugrulates/repo/compare/[email protected]@0.2.0)
 * [Documentation](https://jsr.io/@tugrulates/testing@[object Object])
  • Loading branch information
tugrulates committed Jan 31, 2025
1 parent 3d356a4 commit 965aa0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion duolingo/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tugrulates/duolingo",
"version": "0.1.2",
"version": "0.2.0",
"exports": "./mod.ts",
"tasks": {
"compile": "deno compile $COMPILE_ARGS -R=$HOME/.duolingo -W=$HOME/.duolingo -E=HOME -N=www.duolingo.com --unstable-kv --no-prompt --include=deno.json -o=../dist/ mod.ts"
Expand Down
2 changes: 1 addition & 1 deletion testing/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@tugrulates/testing",
"version": "0.1.0",
"version": "0.2.0",
"exports": "./mod.ts"
}

0 comments on commit 965aa0b

Please sign in to comment.