Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed May 6, 2024
1 parent 9ba1d7e commit 86cb949
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.17.0](https://github.com/ideasonpurpose/docker-build/compare/v0.16.0...v0.17.0)

- 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)

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

> 10 February 2024
- bump deps [`3e0d382`](https://github.com/ideasonpurpose/docker-build/commit/3e0d38229eb018afddc7689e1e156660144db3cf)
- remove cosmiconfig, so docker-based builds still work [`5da54b1`](https://github.com/ideasonpurpose/docker-build/commit/5da54b17075093de5cd6581718db078844b821a9)
- disable cosmiconfig to get old webpack working again [`cf5a60a`](https://github.com/ideasonpurpose/docker-build/commit/cf5a60a9148388e67de8532e5329aa88203ca9ad)
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.12-bookworm-slim

LABEL version="0.16.0"
LABEL version="0.17.0"

# 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.16.0
#### Version 0.17.0

<!--[![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.16.0",
"version": "0.17.0",
"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 86cb949

Please sign in to comment.