Skip to content

Commit ffd7573

Browse files
chore: update changelog for v0.13.0
1 parent 967ea57 commit ffd7573

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

changelog.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.13.0] - 2025-02-28
11+
### Added
12+
- Support resolving multiple files wrapped by functions or promises
13+
- Add support for loading FileSystemFileHandle directly, close #52
14+
- Better name detecting strategy for files, fix #53
15+
- Add a new static method
16+
### Fixed
17+
- Add the missing await to avoid launching failures
18+
- Do not overwrite passed file name unexpectedly
19+
- Fix Response inside an object not being loaded
20+
- Improve types for resolvable files
21+
1022
## [0.12.1] - 2025-01-29
1123
### Fixed
1224
- Fix types of resolvable files are not correctly detected
@@ -136,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136148
### Fixed
137149
- fix core loading ([9790327](https://github.com/arianrhodsandlot/nostalgist/commit/97903270c39788b3d05b7f7d0700ccdf32503a9e))
138150

139-
[Unreleased]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.12.1...HEAD
151+
[Unreleased]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.13.0...HEAD
152+
[0.13.0]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.12.1...v0.13.0
140153
[0.12.1]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.12.0...v0.12.1
141154
[0.12.0]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.11.0...v0.12.0
142155
[0.11.0]: https://github.com/arianrhodsandlot/nostalgist/compare/v0.10.0...v0.10.1

0 commit comments

Comments
 (0)