diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2dc6201..0e21413 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f8326d9..fb3e930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 49691ce..bb8e5ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "op-fvtt-api", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "op-fvtt-api", - "version": "0.1.0", + "version": "0.2.0", "license": "MPL-2.0", "devDependencies": { "@commitlint/cli": "^18.4.3", diff --git a/package.json b/package.json index 6c66270..a1d4e5e 100644 --- a/package.json +++ b/package.json @@ -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": {