From 13ce176ccb49f5f5f9c068f83137a2872a7a069f Mon Sep 17 00:00:00 2001 From: Tyler van der Hoeven Date: Mon, 7 Jan 2019 16:22:29 -0500 Subject: [PATCH] updates --- .gitignore | 2 +- LICENSE.txt | 2 +- changelog.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 87f2d90..8c04305 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .publish node_modules -public/.DS_Store \ No newline at end of file +.DS_Store \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index 9da1e48..717ef28 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2017 Baremetrics, Inc. +Copyright © 2019 Baremetrics, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/changelog.md b/changelog.md index a78897b..9e54e1c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 1.0.14 Update +- Fixed calendar close clicking issues. It's harder than you might think + ## 1.0.13 Update - Microsoft Edge compatibility updates