Skip to content

Commit 2f942fa

Browse files
bdougieopen-sauced[bot]
authored andcommitted
chore(release): 1.0.0
## 1.0.0 (2021-10-27) ### Features * add maintainer docs ([#12](https://github.com/github-craftwork/docs-template/issues/12)) ([d215c75](d215c75)), closes [#5](#5) * add release workflow ([#1](#1)) ([c1635a4](c1635a4)) * implement @open-sauced/check-engines ([#14](https://github.com/github-craftwork/docs-template/issues/14)) ([2a787ff](2a787ff)) * push initial commit ([16304a7](16304a7)) * re-add algolia search ([#9](https://github.com/github-craftwork/docs-template/issues/9)) ([0d8baae](0d8baae)), closes [#2](#2) ### Bug Fixes * add missing config minor ([#19](https://github.com/github-craftwork/docs-template/issues/19)) ([8fb7a03](8fb7a03)) * correct docker deploy variables ([#17](https://github.com/github-craftwork/docs-template/issues/17)) ([db0b965](db0b965)) * typo ([9181085](9181085)) * update dead contributing link in readme ([#15](https://github.com/github-craftwork/docs-template/issues/15)) ([dd11c65](dd11c65)), closes [#13](https://github.com/github-craftwork/docs-template/issues/13) ### Documentation * update github docs and static docker build ([02ffdd7](02ffdd7)) ### Code Refactoring * update minor deps and clean up ([7dcbe97](7dcbe97)) ### Build System * add dependabot missing minors ([#16](https://github.com/github-craftwork/docs-template/issues/16)) ([338a418](338a418)) ### Continuous Integration * add open-sauced triage wonkflows ([#10](https://github.com/github-craftwork/docs-template/issues/10)) ([dfb508a](dfb508a)) * correct docker deploy variables ([#18](https://github.com/github-craftwork/docs-template/issues/18)) ([71caaa1](71caaa1))
1 parent 5a1199e commit 2f942fa

File tree

3 files changed

+43
-3
lines changed

3 files changed

+43
-3
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## 1.0.0 (2021-10-27)
2+
3+
4+
### Features
5+
6+
* add maintainer docs ([#12](https://github.com/github-craftwork/docs-template/issues/12)) ([d215c75](https://github.com/github-craftwork/docs-template/commit/d215c75b0326f21a186c54df130d89234ca4f6cc)), closes [#5](https://github.com/github-craftwork/docs-template/issues/5)
7+
* add release workflow ([#1](https://github.com/github-craftwork/docs-template/issues/1)) ([c1635a4](https://github.com/github-craftwork/docs-template/commit/c1635a47514808bd5d600b99437b9039aea96c49))
8+
* implement @open-sauced/check-engines ([#14](https://github.com/github-craftwork/docs-template/issues/14)) ([2a787ff](https://github.com/github-craftwork/docs-template/commit/2a787ff82b7ba7c77544f5d5e8d4652541aa7131))
9+
* push initial commit ([16304a7](https://github.com/github-craftwork/docs-template/commit/16304a7e7bc9c42272e45767b410c924480100e3))
10+
* re-add algolia search ([#9](https://github.com/github-craftwork/docs-template/issues/9)) ([0d8baae](https://github.com/github-craftwork/docs-template/commit/0d8baaeebd89f5a3090c260ccbb7c9594654c6a9)), closes [#2](https://github.com/github-craftwork/docs-template/issues/2)
11+
12+
13+
### Bug Fixes
14+
15+
* add missing config minor ([#19](https://github.com/github-craftwork/docs-template/issues/19)) ([8fb7a03](https://github.com/github-craftwork/docs-template/commit/8fb7a03677ae5e4955c66004de2ea01170ff3366))
16+
* correct docker deploy variables ([#17](https://github.com/github-craftwork/docs-template/issues/17)) ([db0b965](https://github.com/github-craftwork/docs-template/commit/db0b96579e201cb1c94edbb6bfb55247126823f2))
17+
* typo ([9181085](https://github.com/github-craftwork/docs-template/commit/91810856ac2971f0739e3ec2e271e570a7c72d01))
18+
* update dead contributing link in readme ([#15](https://github.com/github-craftwork/docs-template/issues/15)) ([dd11c65](https://github.com/github-craftwork/docs-template/commit/dd11c65ff064289f240dccf0c1d437163f3298ba)), closes [#13](https://github.com/github-craftwork/docs-template/issues/13)
19+
20+
21+
### Documentation
22+
23+
* update github docs and static docker build ([02ffdd7](https://github.com/github-craftwork/docs-template/commit/02ffdd73d6ae9e7c7e5bf90828c9e563d70bd549))
24+
25+
26+
### Code Refactoring
27+
28+
* update minor deps and clean up ([7dcbe97](https://github.com/github-craftwork/docs-template/commit/7dcbe979db59a6c8d4fc697ee30825ae5fe1d8c9))
29+
30+
31+
### Build System
32+
33+
* add dependabot missing minors ([#16](https://github.com/github-craftwork/docs-template/issues/16)) ([338a418](https://github.com/github-craftwork/docs-template/commit/338a418e50cb9cab2cbf66fb56ba54edef198287))
34+
35+
36+
### Continuous Integration
37+
38+
* add open-sauced triage wonkflows ([#10](https://github.com/github-craftwork/docs-template/issues/10)) ([dfb508a](https://github.com/github-craftwork/docs-template/commit/dfb508a0254ee7cc5f83e453f8d33332f68eba11))
39+
* correct docker deploy variables ([#18](https://github.com/github-craftwork/docs-template/issues/18)) ([71caaa1](https://github.com/github-craftwork/docs-template/commit/71caaa1b08ed91f5544f5f27c38067fc481ce293))
40+
141
### [1.4.2](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.4.1...v1.4.2) (2021-10-25)
242

343

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-sauced/docs.opensauced.pizza",
3-
"version": "1.4.2",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx @open-sauced/check-engines",

0 commit comments

Comments
 (0)