Skip to content

Commit 6f9e610

Browse files
committed
release 0.0.6
1 parent c2ed4b4 commit 6f9e610

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## v0.0.6
4+
5+
1. Makes `webpack_loader` render Django hashed static file
6+
1. Update `pre-commit-config.yaml`
7+
38
## v0.0.5
49

510
1. Use `Poetry` to manage project meta info and dependency

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-webpack-boilerplate"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Jump start frontend project bundled by Webpack"
55
authors = ["Michael Yin <michaelyin@accordbox.com>"]
66
license = "MIT"

webpack_boilerplate/frontend_template/{{cookiecutter.project_slug}}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python-webpack-boilerplate",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Webpack boilerplate for Django & Flask",
55
"scripts": {
66
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.js",

0 commit comments

Comments
 (0)