Skip to content

Commit

Permalink
chore(major): release 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2024-05-15)

### ⚠ BREAKING CHANGES

* adjust for

### 🔁 Continuous Integration

* add better release testing workflows ([77c6515](77c6515))

### 🐛 Bug Fixes

* bump manifest only on main ([open-sauced#14](https://github.com/ogdev-01/release/issues/14)) ([11bec17](11bec17))
* correct action pre-release version ([143c4c7](143c4c7))
* correct breaking changes detection ([open-sauced#6](https://github.com/ogdev-01/release/issues/6)) ([686d8fa](686d8fa)), closes [open-sauced#1](https://github.com/ogdev-01/release/issues/1)
* correct glob for public assets and supabase ([cff5c94](cff5c94))
* correct license plugin and refactor all tooling ([9779237](9779237))
* correct release remotes ([11a1763](11a1763))
* glob pattern ([2f85058](2f85058))
* remove limited license plugin ([open-sauced#8](https://github.com/ogdev-01/release/issues/8)) ([fc06582](fc06582)), closes [open-sauced#7](https://github.com/ogdev-01/release/issues/7)
* upgrade node 18 in release workflows ([92a2f86](92a2f86))

### 📝 Documentation

* adjust plugins in readme ([13777e1](13777e1))
* NPM_PACKAGE_ROOT README.md ([1d80114](1d80114))
* skip changelog README.md ([fd28263](fd28263))

### 🍕 Features

* add hot open sauced supabase feature integration ([3d8cfbf](3d8cfbf))
* Adds SKIP_NPM_PUBLISH and SKIP_DOCKER_PUBLISH ([c89740d](c89740d))
* bump pkg, pkg-lock subdir ([c2109ee](c2109ee))
* commit npm-shrinkwrap.json ([5ce8e0e](5ce8e0e))
* configure variables ([af2eac1](af2eac1))
* initial commit ([ed3c774](ed3c774))
* manifest version value bump ([open-sauced#13](https://github.com/ogdev-01/release/issues/13)) ([9f4cd6f](9f4cd6f))
* npm package root path ([7048dd6](7048dd6))
* remove google analyser plugin from config ([3e5f571](3e5f571))
* setup release for ogdev ([dabdc21](dabdc21))
* skip changelog gen ([c7b6e33](c7b6e33))
* work around CVE-2022-24765 changes and update to esm release binary ([57c4acc](57c4acc)), closes [/github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765](https://github.com/ogdev-01//github.blog/2022-04-12-git-security-vulnerability-announced//issues/cve-2022-24765) [open-sauced#10](https://github.com/ogdev-01/release/issues/10)
  • Loading branch information
OgDev-01 authored and open-sauced[bot] committed May 15, 2024
1 parent 3e5f571 commit e4bd1fd
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
# 📦 ogdev-01/release changelog

[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)

> All notable changes to this project will be documented in this file
## 1.0.0 (2024-05-15)


### ⚠ BREAKING CHANGES

* adjust for

### 🔁 Continuous Integration

* add better release testing workflows ([77c6515](https://github.com/ogdev-01/release/commit/77c6515db6f5f2f75b53f636769d3082bff02c98))


### 🐛 Bug Fixes

* bump manifest only on main ([#14](https://github.com/ogdev-01/release/issues/14)) ([11bec17](https://github.com/ogdev-01/release/commit/11bec17d4d94a3c2f934715ac00abc7141c0f0ba))
* correct action pre-release version ([143c4c7](https://github.com/ogdev-01/release/commit/143c4c7a89d71d8f4981bbcd39b167f552be1195))
* correct breaking changes detection ([#6](https://github.com/ogdev-01/release/issues/6)) ([686d8fa](https://github.com/ogdev-01/release/commit/686d8fa034083f413f48e129bc7be08f10751df1)), closes [#1](https://github.com/ogdev-01/release/issues/1)
* correct glob for public assets and supabase ([cff5c94](https://github.com/ogdev-01/release/commit/cff5c94ce9b7eb83587e311b08d18ecb6f490fc2))
* correct license plugin and refactor all tooling ([9779237](https://github.com/ogdev-01/release/commit/977923782bc924cc58bc69aa630fa1fbd850af75))
* correct release remotes ([11a1763](https://github.com/ogdev-01/release/commit/11a1763c43c319e25343d89e159e7cd1f951f976))
* glob pattern ([2f85058](https://github.com/ogdev-01/release/commit/2f8505853d3227a8fe31007af243f1b3b88fa1a7))
* remove limited license plugin ([#8](https://github.com/ogdev-01/release/issues/8)) ([fc06582](https://github.com/ogdev-01/release/commit/fc06582e7045e5799357397a4912061a68c633b2)), closes [#7](https://github.com/ogdev-01/release/issues/7)
* upgrade node 18 in release workflows ([92a2f86](https://github.com/ogdev-01/release/commit/92a2f86d6fc2bcdbb3b7148519d390a7f6338e8b))


### 📝 Documentation

* adjust plugins in readme ([13777e1](https://github.com/ogdev-01/release/commit/13777e1dd89e1d4b7ecc870a7b722ebf9ed77e57))
* NPM_PACKAGE_ROOT README.md ([1d80114](https://github.com/ogdev-01/release/commit/1d80114da0d612de9181cce64de77d1ebe10e14c))
* skip changelog README.md ([fd28263](https://github.com/ogdev-01/release/commit/fd28263e8dea06d90d83beda117efb5c8941f105))


### 🍕 Features

* add hot open sauced supabase feature integration ([3d8cfbf](https://github.com/ogdev-01/release/commit/3d8cfbf01a52fd8309b4eb82fda8b2794abe9736))
* Adds SKIP_NPM_PUBLISH and SKIP_DOCKER_PUBLISH ([c89740d](https://github.com/ogdev-01/release/commit/c89740d3e2dd9ded886039815c9ec570eb38522d))
* bump pkg, pkg-lock subdir ([c2109ee](https://github.com/ogdev-01/release/commit/c2109ee68edb5e17a396878f43a3a4ca41c97364))
* commit npm-shrinkwrap.json ([5ce8e0e](https://github.com/ogdev-01/release/commit/5ce8e0e2375e538b7016ea460c86da968492008a))
* configure variables ([af2eac1](https://github.com/ogdev-01/release/commit/af2eac1b23e6d1f99850e5396604fd5809e297c9))
* initial commit ([ed3c774](https://github.com/ogdev-01/release/commit/ed3c77420ead8a9b395c60d00cd6b5badba0c6b4))
* manifest version value bump ([#13](https://github.com/ogdev-01/release/issues/13)) ([9f4cd6f](https://github.com/ogdev-01/release/commit/9f4cd6f2d952a1c3ff018801cbe0199607293c1d))
* npm package root path ([7048dd6](https://github.com/ogdev-01/release/commit/7048dd650ff4a3b6e6938cf73f96d3551c4921ca))
* remove google analyser plugin from config ([3e5f571](https://github.com/ogdev-01/release/commit/3e5f571716883a8db4bef31fb798200ff3565297))
* setup release for ogdev ([dabdc21](https://github.com/ogdev-01/release/commit/dabdc21416755677ee8a785a8f4efaf46021ed33))
* skip changelog gen ([c7b6e33](https://github.com/ogdev-01/release/commit/c7b6e33d03c74aafea99cde50bc94e562735e1b6))
* work around CVE-2022-24765 changes and update to esm release binary ([57c4acc](https://github.com/ogdev-01/release/commit/57c4accf65edf96e65ea0bdd12e0b4c705fe218e)), closes [/github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765](https://github.com/ogdev-01//github.blog/2022-04-12-git-security-vulnerability-announced//issues/cve-2022-24765) [#10](https://github.com/ogdev-01/release/issues/10)

# 📦 open-sauced/release changelog

[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4bd1fd

Please sign in to comment.