From f3fa6bd4c50c2d313d3036c0cf037885880cd5c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 18 Feb 2024 17:22:58 +0000 Subject: [PATCH] Version Packages --- .changeset/dry-ears-swim.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dry-ears-swim.md diff --git a/.changeset/dry-ears-swim.md b/.changeset/dry-ears-swim.md deleted file mode 100644 index 053f805b..00000000 --- a/.changeset/dry-ears-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ao3-toolkit": minor ---- - -Added methods to the work class and Language Codes are now bidirectional diff --git a/CHANGELOG.md b/CHANGELOG.md index fecf06ef..e478a350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ao3-toolkit +## 2.2.0 + +### Minor Changes + +- 24b5354: Added methods to the work class and Language Codes are now bidirectional + ## 2.1.8 ### Patch Changes diff --git a/package.json b/package.json index f83da043..f37825bd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "homepage": "https://github.com/lucaengelhard/ao3-toolkit#readme", "license": "MIT", - "version": "2.1.8", + "version": "2.2.0", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",