From d0f35028b90fb6c732b66b34e8e70174e9d7fe02 Mon Sep 17 00:00:00 2001 From: Oscar Barrett Date: Tue, 29 May 2018 09:45:52 +0800 Subject: [PATCH] 1.0.3 release --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",