Skip to content

Commit

Permalink
v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 12, 2024
1 parent 39f6948 commit e1d44fc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Fix built file paths now that package.json is imported rather than
required
hash: 8c223d915d66559b8650536745adb742362392ff
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 4.0.6
title: ""
date: 2024-09-12T16:40:31.414Z
- commits:
- subject: Update @balena/lint to 9.x
hash: d2c8c970f9d7c70b1e134952c621eaa768fe0f4b
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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/).

## 4.0.6 - 2024-09-12

* Fix built file paths now that package.json is imported rather than required [Pagan Gazzard]

## 4.0.5 - 2024-09-12

* Update @balena/lint to 9.x [Pagan Gazzard]
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": "@balena/abstract-sql-to-typescript",
"version": "4.0.5",
"version": "4.0.6",
"description": "A translator for abstract sql into typescript types.",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down Expand Up @@ -53,6 +53,6 @@
"_": "test/**/*.ts"
},
"versionist": {
"publishedAt": "2024-09-12T16:23:15.611Z"
"publishedAt": "2024-09-12T16:40:31.697Z"
}
}

0 comments on commit e1d44fc

Please sign in to comment.