From f8c2222944c89d874c2fde921ecf2d2a78e8dfc1 Mon Sep 17 00:00:00 2001 From: Stephane Vanraes Date: Tue, 2 Apr 2019 09:43:49 +0200 Subject: [PATCH] Bump version + changelog --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..63b56e39 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [v9.0.0] - 02.04.2019 + +### Added + +- Option to use Rollup instead of Webpack \ No newline at end of file diff --git a/package.json b/package.json index 2ba8c500..704cff96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@itslearning/protomorph", "description": "Shared build config for frontend applications", - "version": "8.9.1", + "version": "9.0.0", "author": "Gavin King ", "license": "MIT", "scripts": {