diff --git a/.github/ISSUE_TEMPLATE/bug_report_template.yml b/.github/ISSUE_TEMPLATE/bug_report_template.yml index f20e2d6..391384a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_template.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_template.yml @@ -26,6 +26,7 @@ body: label: Version description: What version of the software are you running? options: + - 1.3.1 - 1.3.0 - 1.2.0 - 1.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d8ec7..1d7ed61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.3.0...v1.3.1) (2024-04-21) + + +### Bug Fixes + +* resolve path alias in compiled js files ([#24](https://github.com/agoralabs-sh/avm-web-provider/issues/24)) ([fed8ba7](https://github.com/agoralabs-sh/avm-web-provider/commit/fed8ba71e65a70cb821cd60d9dfbeebdf8125396)) + # [1.3.0](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.2.0...v1.3.0) (2024-04-20) diff --git a/package.json b/package.json index 56136d3..a1b95d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/avm-web-provider", - "version": "1.3.0", + "version": "1.3.1", "description": "A TypeScript implementation that allows clients to connect and interact with web-based providers.", "main": "dist/index.js", "types": "dist/index.d.ts",