Skip to content

Commit

Permalink
chore(minor): release 10.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [10.2.0](v10.1.0...v10.2.0) (2023-05-16)

### 🤖 Build System

* update all remaining dependencies ([56a1f81](56a1f81))

### 🍕 Features

* update to cjs modern format ([fc897e4](fc897e4))

### 🐛 Bug Fixes

* correct github env ([dfc8e9d](dfc8e9d))

### 🧑‍💻 Code Refactoring

* revert to previous cjs version ([bcf351b](bcf351b))
  • Loading branch information
0-vortex authored and open-sauced[bot] committed May 16, 2023
1 parent bcf351b commit 30d3fee
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@

> All notable changes to this project will be documented in this file
## [10.2.0](https://github.com/0-vortex/open-sauced-semantic-config-test/compare/v10.1.0...v10.2.0) (2023-05-16)


### 🤖 Build System

* update all remaining dependencies ([56a1f81](https://github.com/0-vortex/open-sauced-semantic-config-test/commit/56a1f81d6b2cfc1dcb243f04218bdf11096527f8))


### 🍕 Features

* update to cjs modern format ([fc897e4](https://github.com/0-vortex/open-sauced-semantic-config-test/commit/fc897e472dfbe9803a591a7d7697704dfeb0fab5))


### 🐛 Bug Fixes

* correct github env ([dfc8e9d](https://github.com/0-vortex/open-sauced-semantic-config-test/commit/dfc8e9daa19b60e901da472ed605397628671521))


### 🧑‍💻 Code Refactoring

* revert to previous cjs version ([bcf351b](https://github.com/0-vortex/open-sauced-semantic-config-test/commit/bcf351b6741aab35f8bc88b0627e1d35e6d494c8))

## [10.1.0](https://github.com/0-vortex/open-sauced-semantic-config-test/compare/v10.0.12...v10.1.0) (2023-05-15)


Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ branding:
color: 'yellow'
runs:
using: 'docker'
image: 'docker://ghcr.io/0-vortex/open-sauced-semantic-config-test:10.1.0'
image: 'docker://ghcr.io/0-vortex/open-sauced-semantic-config-test:10.2.0'

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-sauced-semantic-config-test",
"version": "10.1.0",
"version": "10.2.0",
"license": "MIT",
"files": [
"release.config.js"
Expand Down

0 comments on commit 30d3fee

Please sign in to comment.