Skip to content

Commit 3a61b13

Browse files
committed
Update change and increase the version in package.json
1 parent 028f2b6 commit 3a61b13

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to Semantic Versioning.
66

7+
## 1.2.0 - 2020-12-05
8+
9+
- Add option to specify custom overlay z-index.
10+
- Add option to specify custom spinner z-index.
11+
712
## 1.1.0 - 2020-12-02
813

914
- Add option to adjust the spinner position for X axis and Y axis.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-loading-overlay",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Easy and beautiful way to display loading overlay in your application.",
55
"keywords": [
66
"loading overlay",

0 commit comments

Comments
 (0)