Skip to content

Commit

Permalink
chore(schemas): release v.1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## @jackdbd/schemas 1.0.0 (2022-05-13)

* ci: try publishing to Artifact Registry ([3a86457](3a86457))
* ci: update multi-semanti-release config ([a2f4d69](a2f4d69))
* ci: update semantic-release config ([3fe49c2](3fe49c2))
* ci: update semantic-release config ([f0132a4](f0132a4))
* ci(root): setup CI pipeline ([105ffb3](105ffb3))
* chore: cleanup semantic-release config ([3ee231a](3ee231a))
* chore(release): 1.0.0 [skip ci] ([df29b10](df29b10))
* docs: add .gitmessage commit template ([6591b41](6591b41))
* style(all): format all the things ([5d4df8c](5d4df8c))
* feat(root): setup monorepo ([8e595ea](8e595ea))
* feat(webhooks): add package ([9d61b78](9d61b78))
* chore(root,checks,schemas): add config for commitlint and semantic-release ([d81eda7](d81eda7))
  • Loading branch information
semantic-release-bot committed May 13, 2022
1 parent ec55b2d commit d2a62ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CHANGELOG

## @jackdbd/schemas 1.0.0 (2022-05-13)

* ci: try publishing to Artifact Registry ([3a86457](https://github.com/jackdbd/calderone/commit/3a86457))
* ci: update multi-semanti-release config ([a2f4d69](https://github.com/jackdbd/calderone/commit/a2f4d69))
* ci: update semantic-release config ([3fe49c2](https://github.com/jackdbd/calderone/commit/3fe49c2))
* ci: update semantic-release config ([f0132a4](https://github.com/jackdbd/calderone/commit/f0132a4))
* ci(root): setup CI pipeline ([105ffb3](https://github.com/jackdbd/calderone/commit/105ffb3))
* chore: cleanup semantic-release config ([3ee231a](https://github.com/jackdbd/calderone/commit/3ee231a))
* chore(release): 1.0.0 [skip ci] ([df29b10](https://github.com/jackdbd/calderone/commit/df29b10))
* docs: add .gitmessage commit template ([6591b41](https://github.com/jackdbd/calderone/commit/6591b41))
* style(all): format all the things ([5d4df8c](https://github.com/jackdbd/calderone/commit/5d4df8c))
* feat(root): setup monorepo ([8e595ea](https://github.com/jackdbd/calderone/commit/8e595ea))
* feat(webhooks): add package ([9d61b78](https://github.com/jackdbd/calderone/commit/9d61b78))
* chore(root,checks,schemas): add config for commitlint and semantic-release ([d81eda7](https://github.com/jackdbd/calderone/commit/d81eda7))
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jackdbd/schemas",
"version": "0.0.6",
"version": "1.0.0",
"description": "JSON schemas with Ajv (JSON schema validator)",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
Expand Down

0 comments on commit d2a62ea

Please sign in to comment.