Skip to content

Commit ed37b95

Browse files
committed
Set package type to "module"
Resolves #384.
1 parent 0e38ebf commit ed37b95

File tree

4 files changed

+154
-1077
lines changed

4 files changed

+154
-1077
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
10+
## [4.1.1] - 2021-09-01
11+
### Changed
12+
- Set package type to `module` to better support native ES module imports.
13+
- Improved website design.
14+
915
## [4.1.0] - 2019-10-22
1016
### Added
1117
- `spinner-line-shrink` animation preset.
@@ -230,7 +236,8 @@ built-in WebKit (issue [#12]).
230236
## [1.0.0] - 2011-08-16
231237
- Initial release
232238

233-
[Unreleased]: https://github.com/fgnass/spin.js/compare/4.1.0...HEAD
239+
[Unreleased]: https://github.com/fgnass/spin.js/compare/4.1.1...HEAD
240+
[4.1.1]: https://github.com/fgnass/spin.js/compare/4.1.0...4.1.1
234241
[4.1.0]: https://github.com/fgnass/spin.js/compare/4.0.0...4.1.0
235242
[4.0.0]: https://github.com/fgnass/spin.js/compare/3.1.0...4.0.0
236243
[3.1.0]: https://github.com/fgnass/spin.js/compare/3.0.0...3.1.0
File renamed without changes.

0 commit comments

Comments
 (0)