Skip to content

Commit

Permalink
Release 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorejb committed Jul 19, 2024
1 parent 4e68504 commit 653e79c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.1.2] - 2024-07-19
### Changed
- Removed some dead code left over from version 3.x.

## [4.1.1] - 2021-09-01
### Changed
Expand Down Expand Up @@ -236,7 +237,7 @@ built-in WebKit (issue [#12]).
## [1.0.0] - 2011-08-16
- Initial release

[Unreleased]: https://github.com/fgnass/spin.js/compare/4.1.1...HEAD
[4.1.2]: https://github.com/fgnass/spin.js/compare/4.1.1...4.1.2
[4.1.1]: https://github.com/fgnass/spin.js/compare/4.1.0...4.1.1
[4.1.0]: https://github.com/fgnass/spin.js/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/fgnass/spin.js/compare/3.1.0...4.0.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spin.js",
"version": "4.1.1",
"version": "4.1.2",
"description": "A spinning activity indicator",
"files": [
"spin.css",
Expand Down

0 comments on commit 653e79c

Please sign in to comment.