Skip to content

Commit

Permalink
v0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 23, 2024
1 parent c69ceb8 commit d8fc29a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- commits:
- subject: Switch to ES modules and use octokit directly
hash: e65ef971588259d8f4bbe5a506709a2a4d3dafb4
body: |
Probot was struggling to use octokit with ESM
modules but we didn't really need the extra
framework of probot anyway.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
version: 0.0.32
title: ""
date: 2024-08-23T22:25:23.264Z
- commits:
- subject: Update dependency rimraf to v6
hash: 14bf1317df9218eedc5323b3050c6bd68d8a12f4
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/).

# v0.0.32
## (2024-08-23)

* Switch to ES modules and use octokit directly [Kyle Harding]

# v0.0.31
## (2024-08-23)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-settings-bootstrap",
"version": "0.0.31",
"version": "0.0.32",
"description": "Bootstrap organization-level safe-settings manifests",
"private": false,
"main": "index.mjs",
Expand Down Expand Up @@ -35,6 +35,6 @@
"yaml": "^2.3.4"
},
"versionist": {
"publishedAt": "2024-08-23T19:01:24.585Z"
"publishedAt": "2024-08-23T22:25:23.331Z"
}
}

0 comments on commit d8fc29a

Please sign in to comment.