Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Feb 10, 2024
1 parent 3e0d382 commit cc9c105
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.16.0](https://github.com/ideasonpurpose/docker-build/compare/v0.15.1...v0.16.0)

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

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

> 18 January 2024
- minor bumps [`1b2cb44`](https://github.com/ideasonpurpose/docker-build/commit/1b2cb4491b10742601940d9f46bbfa0f107636b4)

#### [v0.15.0](https://github.com/ideasonpurpose/docker-build/compare/v0.14.1...v0.15.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.17.1-bookworm-slim
FROM node:20.5.1-bookworm-slim

LABEL version="0.15.1"
LABEL version="0.16.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.15.1
#### Version 0.16.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.15.1",
"version": "0.16.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 cc9c105

Please sign in to comment.