Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannispgs committed Nov 16, 2023
1 parent 96e1ce0 commit 86ec54a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.0.0 (2023-11-16)


### Features

* add base and branches Presets ([789a6e9](https://github.com/p3ol/renovate-presets/commit/789a6e9213e3e248d14518bc2cb60164de77b09a))
* add CODEOWNERS ([06cb5a8](https://github.com/p3ol/renovate-presets/commit/06cb5a81e4f0b090bf797865582bab4655f5dcda))
* **ci:** add CI to check for invalid Preset config ([c0e011b](https://github.com/p3ol/renovate-presets/commit/c0e011b7083f2f45f7524fb6aaebffa3f3843607))
* init yarn 3 project ([1d9074c](https://github.com/p3ol/renovate-presets/commit/1d9074c44972b93aac65b53fe58040a0b5f1da5c))


### Bug Fixes

* **base:** update 'regexManagers' to latest syntax ([788972e](https://github.com/p3ol/renovate-presets/commit/788972e1467be458568da577a93839b142add84e))
* **ci:** mark config validator warnings as errors ([c4197c9](https://github.com/p3ol/renovate-presets/commit/c4197c9f1c37ed0103371432d0482b8c680c0300))
* **deps:** add 'standard-version' for releases ([96e1ce0](https://github.com/p3ol/renovate-presets/commit/96e1ce01f74b8ced8aea6c512d4cbe4254e6d0c9))
* move presets inside subdirectory ([9c3644e](https://github.com/p3ol/renovate-presets/commit/9c3644edd772e8456a9f62541368889d761488f9))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renovate-presets",
"version": "0.0.0",
"version": "1.0.0",
"repository": "https://github.com/p3ol/renovate-presets.git",
"author": "Yannis Pagès <[email protected]>",
"private": true,
Expand Down

0 comments on commit 86ec54a

Please sign in to comment.