From 324548ead666ad01a17e4dd3e41c92cfa6d10880 Mon Sep 17 00:00:00 2001 From: tugrulates <5593188+tugrulates@users.noreply.github.com> Date: Tue, 11 Feb 2025 21:47:02 +0000 Subject: [PATCH] chore: release # duolingo@0.2.0 ## Changelog * 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/duolingo@0.1.2...duolingo@0.2.0-pre.4+89a9ad2) * [Documentation](https://jsr.io/duolingo@0.2.0-pre.4+89a9ad2) # testing@0.2.0 ## Changelog * fix(testing): empty body does not match null body (#103) * fix(testing): mark body as null when response.body is null (#102) * feat(testing): disposable tempDir (#96) * style(testing): fix formatting for generated mock data (#89) ## Details * [Full changelog](https://github.com/tugrulates/repo/compare/testing@0.1.0...testing@0.2.0-pre.4+d2ed756) * [Documentation](https://jsr.io/testing@0.2.0-pre.4+d2ed756) --- duolingo/deno.json | 2 +- testing/deno.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/duolingo/deno.json b/duolingo/deno.json index d35f9f5..9054b50 100644 --- a/duolingo/deno.json +++ b/duolingo/deno.json @@ -1,6 +1,6 @@ { "name": "@tugrulates/duolingo", - "version": "0.1.2", + "version": "0.2.0", "exports": "./mod.ts", "compile": { "main": "mod.ts", diff --git a/testing/deno.json b/testing/deno.json index 9934e8e..1e51c21 100644 --- a/testing/deno.json +++ b/testing/deno.json @@ -1,5 +1,5 @@ { "name": "@tugrulates/testing", - "version": "0.1.0", + "version": "0.2.0", "exports": "./mod.ts" }