From 0da64d15d4bd6a85f7750e2ee8666ed388d89292 Mon Sep 17 00:00:00 2001 From: Joe Maller Date: Tue, 16 Jan 2024 17:54:23 -0500 Subject: [PATCH] 0.14.1 --- CHANGELOG.md | 11 +++++++++++ Dockerfile | 2 +- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 182a68d..570238a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Dockerfile b/Dockerfile index c9d519e..516df2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index c82e16e..72e5f19 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Docker Build Tools -#### Version 0.14.0 +#### Version 0.14.1 diff --git a/package-lock.json b/package-lock.json index 9ac4b7f..697f440 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iop-build-tools", - "version": "0.14.0", + "version": "0.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iop-build-tools", - "version": "0.14.0", + "version": "0.14.1", "license": "ISC", "dependencies": { "@svgr/webpack": "^8.1.0", diff --git a/package.json b/package.json index ffa4494..4f36db4 100644 --- a/package.json +++ b/package.json @@ -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",