Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
claytercek committed Feb 1, 2024
2 parents 52268b0 + b22ac6b commit fc10c76
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/scaffold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bluecadet/launchpad-scaffold

## 1.8.1

### Patch Changes

- [#142](https://github.com/bluecadet/launchpad/pull/142) [`b0433e74e0616ee07d07987b80b4bafdcfbcbd5e`](https://github.com/bluecadet/launchpad/commit/b0433e74e0616ee07d07987b80b4bafdcfbcbd5e) Thanks [@claytercek](https://github.com/claytercek)! - fix missing files in scaffold

## 1.8.0

### Minor Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/scaffold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bluecadet/launchpad-scaffold",
"version": "1.8.0",
"version": "1.8.1",
"description": "Suite of PS1 scripts to configure Windows 8/10 PCs for permanent exhibits.",
"type": "module",
"main": "index.js",
Expand All @@ -15,7 +15,10 @@
"files": [
"types",
"index.js",
"lib"
"config",
"scripts",
"setup.bat",
"setup.ps1"
],
"scripts": {
"start": "node index.js --",
Expand Down

0 comments on commit fc10c76

Please sign in to comment.