diff --git a/CHANGELOG.md b/CHANGELOG.md index 570238a..194cc12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Dockerfile b/Dockerfile index 516df2a..d76f767 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.1" +LABEL version="0.15.0" # enable color in the terminal ENV TERM xterm-256color diff --git a/README.md b/README.md index 72e5f19..c9a4cf0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Docker Build Tools -#### Version 0.14.1 +#### Version 0.15.0 diff --git a/package-lock.json b/package-lock.json index 697f440..359a4a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iop-build-tools", - "version": "0.14.1", + "version": "0.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iop-build-tools", - "version": "0.14.1", + "version": "0.15.0", "license": "ISC", "dependencies": { "@svgr/webpack": "^8.1.0", diff --git a/package.json b/package.json index 4f36db4..f162c28 100644 --- a/package.json +++ b/package.json @@ -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",