From a72e88c8f498285ebf05c91db3869a1d92f7fc5c Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Tue, 6 Jun 2017 16:41:00 -0500 Subject: [PATCH] chore(release): 1.0.0-beta.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e59daa..578f051d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.0.0-beta.1](https://github.com/webpack-contrib/i18n-webpack-plugin/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2017-06-06) + + +### Bug Fixes + +* Missing default update ([a6ba200](https://github.com/webpack-contrib/i18n-webpack-plugin/commit/a6ba200)) + + + # [1.0.0-beta.0](https://github.com/webpack-contrib/i18n-webpack-plugin/compare/v0.3.0...v1.0.0-beta.0) (2017-05-01) diff --git a/package.json b/package.json index ce34f604..98040f8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i18n-webpack-plugin", - "version": "1.0.0-beta.0", + "version": "1.0.0-beta.1", "author": "Tobias Koppers @sokra", "description": "Embed localization into your bundle", "main": "dist/cjs.js",