diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a80c6..281661b 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.3 - 2018-05-29 +### Fixed +- Get webroot from Craft instead of hardcoding web dir + ## 1.0.2 - 2018-02-28 ### Fixed - Incorrect references to jsPath/cssPath diff --git a/composer.json b/composer.json index 72c9b51..a4e3ff9 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "oscarbarrett/craft-twig-webpack-extension", "description": "A plugin that provides https://github.com/fullpipe/twig-webpack-extension", "type": "craft-plugin", - "version": "1.0.2", + "version": "1.0.3", "keywords": [ "craft", "cms",