From a201e33466830dd335c6ef945b9a44699af73c42 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Apr 2020 03:14:31 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2020-04-22) ### Features * initial library ([e5872f9](https://github.com/the-holocron/animate/commit/e5872f9921a6d38356e4ed35839616ff7f65c6bd)) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f449bb4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.0.0 (2020-04-22) + + +### Features + +* initial library ([e5872f9](https://github.com/the-holocron/animate/commit/e5872f9921a6d38356e4ed35839616ff7f65c6bd)) diff --git a/package-lock.json b/package-lock.json index 1a0cde7..8152ec0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@theholocron/animate", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4a34dda..e99d31c 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "homepage": "https://the-holocron.github.io/animate", "description": "This provides a set of single-purpose, functional utilities for writing (S)CSS animations within the Galaxy.", "author": "Newton Koumantzelis", - "version": "0.0.0", + "version": "1.0.0", "main": "src/_index.scss", "files": [ "src"