Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 28, 2023
1 parent 7fcd01f commit ac5329a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.0](https://github.com/SouOWendel/op-fvtt-api/compare/v0.1.0...v0.2.0) (2023-11-28)


### Features

* **api with js vanilla:** an API was created with vanilla JavaScript ([3ebd00f](https://github.com/SouOWendel/op-fvtt-api/commit/3ebd00f5a277ece002ae72b72cbc88e36cca4b9d))
* **data:** created data file for store the information for update notes ([7fdb9a9](https://github.com/SouOWendel/op-fvtt-api/commit/7fdb9a9739d3e31b8a02a845bb97879c3e0825b5))
* move again ([6a7c6e9](https://github.com/SouOWendel/op-fvtt-api/commit/6a7c6e94f453a54b966b6907364b821e8d04b5ae))
* **release-please:** added github actions workflows to base folder ([b59bb19](https://github.com/SouOWendel/op-fvtt-api/commit/b59bb196b28da21de0059e150518d0326296355a))

## [0.1.0](https://github.com/SouOWendel/op-fvtt-api/compare/v0.1.0...v0.1.0) (2023-11-22)


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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "op-fvtt-api",
"version": "0.1.0",
"version": "0.2.0",
"description": "api to ordem paranormal for FoundryVTT",
"main": "./webapi/src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"dev": "npx nodemon src/index.js",
"test": "bash script.sh",
"dev": "npx nodemon src/index.js",
"test": "bash script.sh",
"commit": "git-cz"
},
"repository": {
Expand Down

0 comments on commit ac5329a

Please sign in to comment.