Skip to content

Commit

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

- 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)
- comments, explanations and cleanup [`fd9a784`](https://github.com/ideasonpurpose/docker-build/commit/fd9a784f61d9770740dc3a672ff0a4d09695dca4)
- update badges [`2352915`](https://github.com/ideasonpurpose/docker-build/commit/2352915e5fd876305fd80d2546cd53e443d81315)
- fix typos [`aaf6e33`](https://github.com/ideasonpurpose/docker-build/commit/aaf6e335c378bca61acd0d40f685355d17e0ca40)

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

> 17 August 2023
- update deps, bump base image, increase logging [`2a6105d`](https://github.com/ideasonpurpose/docker-build/commit/2a6105d9c8324e79da00e4d217cc52b410573de9)
- bump sass to 1.64.2 (latest sass-embedded) [`bdc27eb`](https://github.com/ideasonpurpose/docker-build/commit/bdc27eb7d98e2239f3fe501bf20378d77be10178)

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.0"
LABEL version="0.14.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.14.0
#### Version 0.14.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.14.0",
"version": "0.14.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 0da64d1

Please sign in to comment.