From 171a16b28fa8ff5fc1c7433d49760ad82db38d43 Mon Sep 17 00:00:00 2001 From: Tobias Ahlin Date: Wed, 30 Oct 2019 14:08:07 +0100 Subject: [PATCH 1/3] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d76e46..57cd436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.1 + +* Fixed: Chase spinner's HTML snippet now has the correct number of children + # 2.0.0 * New: Added examples.html, with an overview of all spinners From dbcf0a876496102805db9fd90c7f978b8a4b125b Mon Sep 17 00:00:00 2001 From: Tobias Ahlin Date: Wed, 30 Oct 2019 14:08:13 +0100 Subject: [PATCH 2/3] Bump license year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 5e78531..2c74cc4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Tobias Ahlin +Copyright (c) 2019 Tobias Ahlin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in From 92930b9a18b859bf35b79380928894805c60b866 Mon Sep 17 00:00:00 2001 From: Tobias Ahlin Date: Wed, 30 Oct 2019 14:08:56 +0100 Subject: [PATCH 3/3] Bump version number to 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 632695a..3fcfbe9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spinkit", - "version": "2.0.0", + "version": "2.0.1", "description": "A collection of loading indicators animated with CSS", "keywords": [ "css",