Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
## [1.5.0](v1.4.2...v1.5.0) (2021-11-03)

### Features

* add missing contributing docs ([#20](#20)) ([a4465e6](a4465e6)), closes [#11](#11)
* explore plugin ecosystem ([#22](#22)) ([8e14b13](8e14b13)), closes [#8](#8)

### Bug Fixes

* correct npm install in docker container ([#23](#23)) ([7d08e18](7d08e18))
  • Loading branch information
0-vortex authored and open-sauced[bot] committed Nov 3, 2021
1 parent 7d08e18 commit 6ec78ef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.5.0](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.4.2...v1.5.0) (2021-11-03)


### Features

* add missing contributing docs ([#20](https://github.com/open-sauced/docs.opensauced.pizza/issues/20)) ([a4465e6](https://github.com/open-sauced/docs.opensauced.pizza/commit/a4465e6f44c1bf95624333cdc7f1de912a0b4808)), closes [#11](https://github.com/open-sauced/docs.opensauced.pizza/issues/11)
* explore plugin ecosystem ([#22](https://github.com/open-sauced/docs.opensauced.pizza/issues/22)) ([8e14b13](https://github.com/open-sauced/docs.opensauced.pizza/commit/8e14b13896a93d32ad6cb2e2b094f10b431886de)), closes [#8](https://github.com/open-sauced/docs.opensauced.pizza/issues/8)


### Bug Fixes

* correct npm install in docker container ([#23](https://github.com/open-sauced/docs.opensauced.pizza/issues/23)) ([7d08e18](https://github.com/open-sauced/docs.opensauced.pizza/commit/7d08e183d16e1687e12dfeeaa4b4bc654e044f13))

### [1.4.2](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.4.1...v1.4.2) (2021-10-25)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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/docs.opensauced.pizza",
"version": "1.4.2",
"version": "1.5.0",
"private": true,
"engines": {
"node": ">=14",
Expand Down

0 comments on commit 6ec78ef

Please sign in to comment.