From 696abbbffbd359ab4ffe1b3e4643f3ac9205e94b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 May 2020 18:26:32 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/the-holocron/ahsoka/compare/1.0.1...1.1.0) (2020-05-07) ### Bug Fixes * dist output ([8ad3f90](https://github.com/the-holocron/ahsoka/commit/8ad3f901bfa806d6e52d749b9a81bb623cd27076)) ### Features * rename ([aaeb693](https://github.com/the-holocron/ahsoka/commit/aaeb69359e4a8abb683c95cc393de09e5c5b1122)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4afd3..623fe78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/the-holocron/ahsoka/compare/1.0.1...1.1.0) (2020-05-07) + + +### Bug Fixes + +* dist output ([8ad3f90](https://github.com/the-holocron/ahsoka/commit/8ad3f901bfa806d6e52d749b9a81bb623cd27076)) + + +### Features + +* rename ([aaeb693](https://github.com/the-holocron/ahsoka/commit/aaeb69359e4a8abb683c95cc393de09e5c5b1122)) + ## [1.0.1](https://github.com/the-holocron/ahsoka/compare/1.0.0...1.0.1) (2020-04-22) diff --git a/package-lock.json b/package-lock.json index 8049e0b..d52bd8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@theholocron/ahsoka", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f1874b5..471c15d 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "homepage": "https://the-holocron.github.io/ahsoka", "description": "This provides a set of single-purpose, functional utilities for writing (S)CSS animations within the Galaxy.", "author": "Newton Koumantzelis", - "version": "1.0.1", + "version": "1.1.0", "main": "src/_index.scss", "files": [ "dist",