Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Jan 16, 2024
1 parent 0da64d1 commit 9cb12e9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ 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.15.0](https://github.com/ideasonpurpose/docker-build/compare/v0.14.1...v0.15.0)

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

> 16 January 2024
- make dart-sass the default. Closes #42. Closes #12 [`#42`](https://github.com/ideasonpurpose/docker-build/issues/42) [`#12`](https://github.com/ideasonpurpose/docker-build/issues/12)
- bump deps, write files experiment, disable comments [`440a4ca`](https://github.com/ideasonpurpose/docker-build/commit/440a4cae69b80da4261aae5ac1a208e4b27ce98c)
- bump deps [`70213c2`](https://github.com/ideasonpurpose/docker-build/commit/70213c2e5d78fb1c77979068b96ce174c192c1c9)
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.14.1"
LABEL version="0.15.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.14.1
#### Version 0.15.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.14.1",
"version": "0.15.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 9cb12e9

Please sign in to comment.