Skip to content

Commit 653e79c

Browse files
committed
Release 4.1.2
1 parent 4e68504 commit 653e79c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
8-
7+
## [4.1.2] - 2024-07-19
8+
### Changed
9+
- Removed some dead code left over from version 3.x.
910

1011
## [4.1.1] - 2021-09-01
1112
### Changed
@@ -236,7 +237,7 @@ built-in WebKit (issue [#12]).
236237
## [1.0.0] - 2011-08-16
237238
- Initial release
238239

239-
[Unreleased]: https://github.com/fgnass/spin.js/compare/4.1.1...HEAD
240+
[4.1.2]: https://github.com/fgnass/spin.js/compare/4.1.1...4.1.2
240241
[4.1.1]: https://github.com/fgnass/spin.js/compare/4.1.0...4.1.1
241242
[4.1.0]: https://github.com/fgnass/spin.js/compare/4.0.0...4.1.0
242243
[4.0.0]: https://github.com/fgnass/spin.js/compare/3.1.0...4.0.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spin.js",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "A spinning activity indicator",
55
"files": [
66
"spin.css",

0 commit comments

Comments
 (0)