diff --git a/packages/plugins/nx-cloudflare/CHANGELOG.md b/packages/plugins/nx-cloudflare/CHANGELOG.md new file mode 100644 index 000000000..eb706b1ef --- /dev/null +++ b/packages/plugins/nx-cloudflare/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). + +## 0.1.0 (2023-08-06) + + +### Features + +* add e2e tests ([#4](https://github.com/naxodev/oss/issues/4)) ([fc95383](https://github.com/naxodev/oss/commit/fc95383f30c5200ec3db2c49589371f466c038e4)) +* add worker executors ([#3](https://github.com/naxodev/oss/issues/3)) ([6ebb9fc](https://github.com/naxodev/oss/commit/6ebb9fc2fdf83c724406c66b659a14fe2aaa4230)) +* create nx-cloudflare plugin ([#1](https://github.com/naxodev/oss/issues/1)) ([af7255d](https://github.com/naxodev/oss/commit/af7255d5c14f669f962e9162d916585f10057c5a)) +* fill the package.json of the package ([#8](https://github.com/naxodev/oss/issues/8)) ([08298d6](https://github.com/naxodev/oss/commit/08298d6439912ef0a0b69384b87a291026498e9e)) +* **nx-cloudflare:** implement worker generator ([#2](https://github.com/naxodev/oss/issues/2)) ([b5e08b7](https://github.com/naxodev/oss/commit/b5e08b7ea2ae552fb4a8a3a8dd0471ffae2a505d)) + + +### Bug Fixes + +* generation of publish command ([#11](https://github.com/naxodev/oss/issues/11)) ([a2bc232](https://github.com/naxodev/oss/commit/a2bc232ea29408d3b046b6d1154eab5fc88725e3)) +* **nx-cloudflare:** serve executor ([#10](https://github.com/naxodev/oss/issues/10)) ([45ee952](https://github.com/naxodev/oss/commit/45ee9524becdf8c4eaa6ea5cf40e827370f3bbef)) diff --git a/packages/plugins/nx-cloudflare/package.json b/packages/plugins/nx-cloudflare/package.json index fe2d7aaf9..ad5730cf1 100644 --- a/packages/plugins/nx-cloudflare/package.json +++ b/packages/plugins/nx-cloudflare/package.json @@ -2,7 +2,7 @@ "name": "@naxodev/nx-cloudflare", "description": "Nx plugin for Cloudflare", "homepage": "https://github.com/naxodev/oss/tree/main/packages/plugins/nx-cloudflare", - "version": "0.0.1-alpha-5", + "version": "0.1.0", "author": "Nacho Vazquez", "type": "commonjs", "license": "MIT",