From 46fd594e572d3c9d185c435383c8f5880d3a0cdf Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Wed, 1 Jan 2025 17:02:21 +0900 Subject: [PATCH] Update CHANGELOG.md --- javascript/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/javascript/CHANGELOG.md b/javascript/CHANGELOG.md index dc1db9a..4a7d659 100644 --- a/javascript/CHANGELOG.md +++ b/javascript/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.12.4] - 2025.01.01 +### Fixed +- The loader will use the correct working path if used multiple times. + ## [0.12.3] - 2024.09.02 ### Added - d.ts definition for `loadAsync`.