Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit b605ba2

Browse files
bdougieopen-sauced[bot]
authored andcommitted
chore(minor): release 1.3.0 [skip ci]
## [1.3.0](v1.2.1...v1.3.0) (2021-12-28) ### 🔁 Continuous Integration * adopt reusable open-sauced development workflows ([#32](#32)) ([fa5f8ba](fa5f8ba)), closes [#31](#31) * make diagram download optional as it can apparently fail ([#33](#33)) ([fe9ad5b](fe9ad5b)) ### 🐛 Bug Fixes * fix pizza and limit description ([#40](#40)) ([226768f](226768f)) * Small fixes to nav and links ([#34](#34)) ([52dbf3c](52dbf3c)) ### 🍕 Features * adds social card ([#42](#42)) ([184fdb9](184fdb9)) * rename file hot.json ([#39](#39)) ([05f5c5a](05f5c5a)) ### 🤖 Build System * consolidate production build dependencies ([#44](#44)) ([4e6b2e2](4e6b2e2))
1 parent 904a141 commit b605ba2

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@
55

66
> All notable changes to this project will be documented in this file
77
8+
## [1.3.0](https://github.com/open-sauced/hot-sauce/compare/v1.2.1...v1.3.0) (2021-12-28)
9+
10+
11+
### 🔁 Continuous Integration
12+
13+
* adopt reusable open-sauced development workflows ([#32](https://github.com/open-sauced/hot-sauce/issues/32)) ([fa5f8ba](https://github.com/open-sauced/hot-sauce/commit/fa5f8bab3a33fbdc1e053cbee33112fbbf01846f)), closes [#31](https://github.com/open-sauced/hot-sauce/issues/31)
14+
* make diagram download optional as it can apparently fail ([#33](https://github.com/open-sauced/hot-sauce/issues/33)) ([fe9ad5b](https://github.com/open-sauced/hot-sauce/commit/fe9ad5bd0317a6e6941afc16f28e586a95330fd9))
15+
16+
17+
### 🐛 Bug Fixes
18+
19+
* fix pizza and limit description ([#40](https://github.com/open-sauced/hot-sauce/issues/40)) ([226768f](https://github.com/open-sauced/hot-sauce/commit/226768ffbb8220e6888b8ed9f0a7044bba1e55cd))
20+
* Small fixes to nav and links ([#34](https://github.com/open-sauced/hot-sauce/issues/34)) ([52dbf3c](https://github.com/open-sauced/hot-sauce/commit/52dbf3cb21779d5a93cb003d2e2afa04841e216e))
21+
22+
23+
### 🍕 Features
24+
25+
* adds social card ([#42](https://github.com/open-sauced/hot-sauce/issues/42)) ([184fdb9](https://github.com/open-sauced/hot-sauce/commit/184fdb9570966ca241a66ad1763f02e6c5664fc8))
26+
* rename file hot.json ([#39](https://github.com/open-sauced/hot-sauce/issues/39)) ([05f5c5a](https://github.com/open-sauced/hot-sauce/commit/05f5c5a28bf4a0ed99ecbac647397b83d1ba646a))
27+
28+
29+
### 🤖 Build System
30+
31+
* consolidate production build dependencies ([#44](https://github.com/open-sauced/hot-sauce/issues/44)) ([4e6b2e2](https://github.com/open-sauced/hot-sauce/commit/4e6b2e2c4cab215b232e99f45eb967521a430efa))
32+
833
### [1.2.1](https://github.com/open-sauced/hot-sauce/compare/v1.2.0...v1.2.1) (2021-12-22)
934

1035

npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@open-sauced/hot",
33
"description": "",
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"private": true,
66
"license": "MIT",
77
"files": [

0 commit comments

Comments
 (0)