Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-03-06)

### Features

* use example from repo for config ([5d94bd8](5d94bd8))
  • Loading branch information
semantic-release-bot committed Mar 6, 2023
1 parent d89c6ab commit 72f0097
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions test-monorepo/packages/is-even/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0 (2023-03-06)


### Features

* use example from repo for config ([5d94bd8](https://github.com/Weetbix/nx-monorepo-example/commit/5d94bd88da53a29bf77693b31d6287be2bc12c54))
4 changes: 2 additions & 2 deletions test-monorepo/packages/is-even/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weetbix/is-even",
"version": "0.0.0",
"version": "1.0.0",
"main": "dist/index.js",
"private": false,
"publishConfig": {
Expand All @@ -11,4 +11,4 @@
"scripts": {
"build": "tsc index.ts --outDir dist"
}
}
}

0 comments on commit 72f0097

Please sign in to comment.