From 437ab7d05f9d9bb024b23a781264bc568138d2d5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 Jan 2021 16:19:36 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/veccu/react-calendar/compare/v2.0.1...v2.0.2) (2021-01-24) ### Bug Fixes * **docs:** add api references ([d480fa4](https://github.com/veccu/react-calendar/commit/d480fa4df13e082ad098300332db7d33005b1a57)) * **docs:** add fullpage frontmatter ([13da5e9](https://github.com/veccu/react-calendar/commit/13da5e979fd72cc89613343ccfa3fd37e518be9d)) * **docs:** fix logo link ([2ceae94](https://github.com/veccu/react-calendar/commit/2ceae94053a3d35663402deaf28cdd90555bce26)) * **docs:** remove example calendar component in index ([8457702](https://github.com/veccu/react-calendar/commit/8457702700b72ea5349542142391d1e241b78dff)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f11634f4..8223020b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@veccu/react-calendar", - "version": "2.0.1", + "version": "2.0.2", "main": "dist/index.js", "module": "esm/index.js", "typings": "dist/index.d.ts",