Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 17, 2023
1 parent 2b936d2 commit a2ca597
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
46 changes: 46 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
- commits:
- subject: Update chai-events
hash: 194c92365ee19f92f67aa056a86ed50e2cccfe1e
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Switch to tmp-promise
hash: a89eeb5b2db0122a23d41b57278930f094bd0dee
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Update mocha to 10.x
hash: dffa4dd1b2221fe0d432e1b51090af1b9c67c01a
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Use chai directly rather than via mochainon
hash: 63ab8a3f85b84d8ce5c8776c9e7c6fbb9519ac58
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Remove redundant versionist entries from package.json
hash: 3e1a5e86d1fb6d3120284530f42e063bbfb7da8e
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Set up husky/lint-staged for automatic linting
hash: b1149eda25407b1c323a0f0b267dfbf91b3f8d7c
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 3.0.5
title: ""
date: 2023-11-17T16:11:42.114Z
- commits:
- subject: Update typed-error to 3.x
hash: 31171f3bcba34078a62a25af740dcc2377386313
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v3.0.5
## (2023-11-17)

* Update chai-events [Pagan Gazzard]
* Switch to tmp-promise [Pagan Gazzard]
* Update mocha to 10.x [Pagan Gazzard]
* Use chai directly rather than via mochainon [Pagan Gazzard]
* Remove redundant versionist entries from package.json [Pagan Gazzard]
* Set up husky/lint-staged for automatic linting [Pagan Gazzard]

# v3.0.4
## (2023-11-16)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-delta",
"version": "3.0.4",
"version": "3.0.5",
"description": "Generate binary filesystem diffs between docker images to speed up distribution",
"main": "lib/docker-delta",
"scripts": {
Expand Down Expand Up @@ -32,6 +32,6 @@
"typed-error": "^3.2.2"
},
"versionist": {
"publishedAt": "2023-11-16T16:20:34.109Z"
"publishedAt": "2023-11-17T16:11:42.231Z"
}
}

0 comments on commit a2ca597

Please sign in to comment.