Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed Dec 10, 2021
1 parent 252f8df commit fc66740
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Change Log

## v0.0.6
## v0.0.7

1. Makes `webpack_loader` render Django hashed static file
1. Update `pre-commit-config.yaml`

## v0.0.6

DELETED

## v0.0.5

1. Use `Poetry` to manage project meta info and dependency
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-webpack-boilerplate"
version = "0.0.6"
version = "0.0.7"
description = "Jump start frontend project bundled by Webpack"
authors = ["Michael Yin <[email protected]>"]
license = "MIT"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "python-webpack-boilerplate",
"version": "0.0.6",
"version": "0.0.7",
"description": "Webpack boilerplate for Django & Flask",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.js",
Expand Down

0 comments on commit fc66740

Please sign in to comment.