Skip to content

Commit

Permalink
0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Jun 27, 2024
1 parent 5074eb1 commit 73416dd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ 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.17.1](https://github.com/ideasonpurpose/docker-build/compare/v0.17.0...v0.17.1)

- bump deps [`5074eb1`](https://github.com/ideasonpurpose/docker-build/commit/5074eb154241360f801d88c3a72c11102e086408)

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

> 6 May 2024
- minor bump deps [`0268016`](https://github.com/ideasonpurpose/docker-build/commit/02680169a3af4f34c10cb223b91cd59a41281401)
- use targets, update default config, exclude 'block' from copy to fix JSX error [`9ba1d7e`](https://github.com/ideasonpurpose/docker-build/commit/9ba1d7e02d0a1195920fffc0e669d14d94f89295)
- update README [`598af42`](https://github.com/ideasonpurpose/docker-build/commit/598af425f33d01a18fe3c7d12093d654dfbfc6e7)
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.17.1-bookworm-slim
FROM node:20.15-bookworm-slim

LABEL version="0.17.0"
LABEL version="0.17.1"

# 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.17.0
#### Version 0.17.1

<!--[![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.17.0",
"version": "0.17.1",
"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 73416dd

Please sign in to comment.