Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semrel-extra-bot committed Jun 17, 2022
1 parent 77870b9 commit ae03554
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## [1.0.0](https://github.com/semrel-extra/zx-bulk-release/compare/undefined...v1.0.0) (2022-06-17)

### Features
* feat: handle `workspace:` prefix ([d916069](https://github.com/semrel-extra/zx-bulk-release/commit/d9160696d5beefaf4c11ad27ffdb3675e9125273))
* feat: add artifact push ([4852e90](https://github.com/semrel-extra/zx-bulk-release/commit/4852e903f7515a13516eae7a8c44e2458113b382))
* feat: add tag on publish ([dc9af36](https://github.com/semrel-extra/zx-bulk-release/commit/dc9af3634bed102912ef98e3e98fabbc6f1966b7))
* feat: add metabranch api ([b4c9562](https://github.com/semrel-extra/zx-bulk-release/commit/b4c95622cf5aa3aecf5853a1a266933c2dcddf14))
* feat: add deps updater ([21e7fa6](https://github.com/semrel-extra/zx-bulk-release/commit/21e7fa60f49910aa65940007e2ba2c05f0b305e9))
* feat: add tag parser/formatter ([1cee4e6](https://github.com/semrel-extra/zx-bulk-release/commit/1cee4e6f3680711a5eb079f0695c794297f0900f))
* feat: add pkg commits extractor ([5c4dde2](https://github.com/semrel-extra/zx-bulk-release/commit/5c4dde206123f55f75c15b65d992e61e2ee73204))

### Fixes & improvements
* refactor: separate publish utils ([48d756b](https://github.com/semrel-extra/zx-bulk-release/commit/48d756badf57012b7ae97ae8f4bd4ccbc0dd473d))
* docs: add refs ([c937fce](https://github.com/semrel-extra/zx-bulk-release/commit/c937fce4472f68c5d8e92e8970a15fca017dc656))
* docs: add basic description ([bb4d0f4](https://github.com/semrel-extra/zx-bulk-release/commit/bb4d0f4e33cfae78868400e8bf17f488d5d4a2de))


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zx-bulk-release",
"version": "0.0.0",
"version": "1.0.0",
"description": "zx-based alternative for multi-semantic-release",
"exports": "./src/main/js/index.js",
"type": "module",
Expand Down

0 comments on commit ae03554

Please sign in to comment.