Skip to content

Commit

Permalink
0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Sep 29, 2022
1 parent 4f5e298 commit b1ff514
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.13.2](https://github.com/ideasonpurpose/docker-build/compare/v0.13.1...v0.13.2)

- bump deps, update filesize import [`4f5e298`](https://github.com/ideasonpurpose/docker-build/commit/4f5e29894be6566cb68cee733dc07e81caf854d9)
- cleanup dead code comments [`cb4e691`](https://github.com/ideasonpurpose/docker-build/commit/cb4e69174da2855c5970af7377d9bc54be83d7c7)
- update github actions name [`b504dd1`](https://github.com/ideasonpurpose/docker-build/commit/b504dd152f67ecb16899fe5ef575dc8c78e20841)

#### [v0.13.1](https://github.com/ideasonpurpose/docker-build/compare/v0.13.0...v0.13.1)

> 13 September 2022
- remove imagemin deps, plus bumps [`60ed9bd`](https://github.com/ideasonpurpose/docker-build/commit/60ed9bd2951f8b829dc02a6bb6bc4e13d5257e15)

#### [v0.13.0](https://github.com/ideasonpurpose/docker-build/compare/v0.12.0...v0.13.0)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM node:18.9.0-bullseye-slim
# FROM node:16.15.0-buster-slim
# FROM node:14-buster-slim

LABEL version="0.13.1"
LABEL version="0.13.2"

# enable color in the terminal
ENV TERM xterm-256color
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker Build Tools

#### Version 0.13.1
#### Version 0.13.2

<!--[![dockeri.co](https://dockeri.co/image/ideasonpurpose/docker-build)](https://hub.docker.com/r/ideasonpurpose/docker-build)<br> -->

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iop-build-tools",
"version": "0.13.1",
"version": "0.13.2",
"description": "Bundling our webpack build-chain into Docker",
"bugs": "https://github.com/ideasonpurpose/docker-build/issues",
"repository": "ideasonpurpose/docker-build",
Expand Down

0 comments on commit b1ff514

Please sign in to comment.