Skip to content

Commit 3884113

Browse files
authored
Merge pull request #119 from SpringRoll/bugfix/setup-plugin-preload-fix
Fix setupPlugin bug
2 parents dd16485 + 9318f4d commit 3884113

File tree

9 files changed

+176
-148
lines changed

9 files changed

+176
-148
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.3.0] - unreleased
8+
## [2.3.1] unreleased
9+
### Fixed
10+
- replaced `return` with `continue` in set up plugin function
11+
12+
## [2.3.0] - 2022-03-03
913

1014
### Added
1115

dist/SpringRoll-Container-umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/SpringRoll-Container-umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)