Skip to content

Commit

Permalink
release(plugins-nx-cloudflare): 🎸 cut release to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Aug 6, 2023
1 parent 8abecff commit 88eacf1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions packages/plugins/nx-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/plugins/nx-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 88eacf1

Please sign in to comment.