diff --git a/CHANGELOG.md b/CHANGELOG.md index 8deb797..9337464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.13 +### Changed +- Renamed license to work with packagist + ## 1.0.12 ### Added - Basic footer markup diff --git a/LICENCE.md b/LICENSE.md similarity index 100% rename from LICENCE.md rename to LICENSE.md diff --git a/composer.json b/composer.json index c07a0b1..e0bb076 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "jaybox325/jaycraft", "description": "Craft boilerplate to work with JayBox325/JayPack", - "version": "1.0.12", + "version": "1.0.13", "type": "project", "require": { "adigital/cookie-consent-banner": "^1.1",