diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff834dd..7669c0cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.4.3](https://github.com/team-apm/apm/compare/v3.4.2...v3.4.3) (2022-08-24) + +### Bug Fixes + +- **main.ts:** don't await loadURL ([d2129bb](https://github.com/team-apm/apm/commit/d2129bb574086c187180e51413bb422498b96750)) + ### [3.4.2](https://github.com/team-apm/apm/compare/v3.4.1...v3.4.2) (2022-08-18) ### Bug Fixes diff --git a/package.json b/package.json index 94ff4e63..20e2f59e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apm", "productName": "AviUtl Package Manager", - "version": "3.4.2", + "version": "3.4.3", "description": "A package manager for AviUtl", "main": ".webpack/main", "repository": "https://github.com/team-apm/apm.git",