Skip to content

Commit

Permalink
chore(dev): release 1.0.0 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nandenjin and github-actions[bot] authored Mar 28, 2024
1 parent 926f7a6 commit 63fc3f7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## 1.0.0 (2024-03-28)


### Features

* Add action metadata ([1942eb5](https://github.com/nandenjin/openframeworks-action/commit/1942eb589c5cfb7b35ca0596e2624a588692b3aa))
* Add build command ([d76112b](https://github.com/nandenjin/openframeworks-action/commit/d76112b9535f2915ffdd5d755053bfde8fad656b))
* Add projectgenerator command ([01b1af0](https://github.com/nandenjin/openframeworks-action/commit/01b1af0a11bc2b939431c220749dec10f2ade80b))
* Add setup-of command ([ba70aa6](https://github.com/nandenjin/openframeworks-action/commit/ba70aa67bedde704459f275f960e41f59237d5ef))


### Bug Fixes

* Auto set cwd as OF_ROOT ([c248e4b](https://github.com/nandenjin/openframeworks-action/commit/c248e4b5a8e1c324d88c16398164a717c011baea))
* Rename input parameters with snake_case ([0e29148](https://github.com/nandenjin/openframeworks-action/commit/0e29148e14fdcb279d5523de33bb42855fce7fb3))
* Use `/maxCpuCount` for MSBuild ([2097b82](https://github.com/nandenjin/openframeworks-action/commit/2097b82abef3ece43414bee6cbc5ce9869b3b6a1))
* Use CLI version of PG in Windows ([250c80a](https://github.com/nandenjin/openframeworks-action/commit/250c80a07c865e8b89d5fa779b1ca7a325fda396))
* Use unix-style options for Windows ([5da8f3d](https://github.com/nandenjin/openframeworks-action/commit/5da8f3d3646c3453148c6d8fddd31b3550fe0098))
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nandenjin/openframeworks-action",
"version": "0.0.0",
"version": "1.0.0",
"description": "Setup openFrameworks on GitHub Actions",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 63fc3f7

Please sign in to comment.