Skip to content

Commit 94af769

Browse files
v5.0.18
1 parent 5e039ad commit 94af769

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Rename .lintstagedrc to .lintstagedrc.json
3+
hash: f877ceac5170ce0e35f657dd60c36a49c35a034f
4+
body: |
5+
In preparation for lint-staged v17 which recommends this rename
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: joshbwlng
10+
nested: []
11+
version: 5.0.18
12+
title: ""
13+
date: 2026-06-12T00:10:24.655Z
114
- commits:
215
- subject: Fix linting error
316
hash: 20428f52d5a8000f617b8e04e0ce2d2304e198d4

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 5.0.18 - 2026-06-12
8+
9+
* Rename .lintstagedrc to .lintstagedrc.json [joshbwlng]
10+
711
## 5.0.17 - 2026-06-11
812

913
* Fix linting error [joshbwlng]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-delta",
3-
"version": "5.0.17",
3+
"version": "5.0.18",
44
"description": "Generate binary filesystem diffs between docker images to speed up distribution",
55
"type": "module",
66
"main": "out/docker-delta.js",
@@ -40,6 +40,6 @@
4040
"typed-error": "^3.2.2"
4141
},
4242
"versionist": {
43-
"publishedAt": "2026-06-11T12:20:23.691Z"
43+
"publishedAt": "2026-06-12T00:10:24.746Z"
4444
}
4545
}

0 commit comments

Comments
 (0)