Skip to content

Commit

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

### Bug Fixes

* better error handling ([7c936ab](7c936ab))
* correct letsencrypt import ([2ea67b9](2ea67b9))
* correct path generation for LE challenges ([96a6ff2](96a6ff2))
* incorporate greenlock files into redbird ([#295](#295)) ([bfbe47c](bfbe47c))
* pass loopback port to LE ([0e42773](0e42773))
* Use object.assign instead of spread operator ([ca5451b](ca5451b))

### Features

* add support for custom resolvers certificates ([ea5922d](ea5922d))
* add support for keepAlive ([c4bb6c2](c4bb6c2))
* add support for lazy let's encrypt certificates ([b4efeba](b4efeba))
* replace bunyan by pino ([6c860d6](6c860d6))
* Updated Readme.MD with new resolver parameter ([4dc39f5](4dc39f5))

### Performance Improvements

* change while/shift to for loop ([e5c94df](e5c94df))
* enable keepAlive in sample code ([55049eb](55049eb))
  • Loading branch information
semantic-release-bot committed Sep 19, 2024
1 parent f5485b2 commit 4c347be
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions docs/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 1.0.0 (2024-09-19)


### Bug Fixes

* better error handling ([7c936ab](https://github.com/OptimalBits/redbird/commit/7c936ab8327f80341c167a10e8bc72f8ed2add4c))
* correct letsencrypt import ([2ea67b9](https://github.com/OptimalBits/redbird/commit/2ea67b99c1a680737794d075aa75c78e0f29311d))
* correct path generation for LE challenges ([96a6ff2](https://github.com/OptimalBits/redbird/commit/96a6ff244d562a2a29bd10312217276799b18e5c))
* incorporate greenlock files into redbird ([#295](https://github.com/OptimalBits/redbird/issues/295)) ([bfbe47c](https://github.com/OptimalBits/redbird/commit/bfbe47c18a5d5b1cd27fcedd910ef736fdf9ca8f))
* pass loopback port to LE ([0e42773](https://github.com/OptimalBits/redbird/commit/0e427737b3878bc43b885ffe6b29aa6ab699d3dd))
* Use object.assign instead of spread operator ([ca5451b](https://github.com/OptimalBits/redbird/commit/ca5451b96c5052f7d1db44d254533f3c517d393c))


### Features

* add support for custom resolvers certificates ([ea5922d](https://github.com/OptimalBits/redbird/commit/ea5922d0628f07671e1773e179486b05d6df639e))
* add support for keepAlive ([c4bb6c2](https://github.com/OptimalBits/redbird/commit/c4bb6c29eaf0cc33a2111f0243f823b9ff388168))
* add support for lazy let's encrypt certificates ([b4efeba](https://github.com/OptimalBits/redbird/commit/b4efeba277ff843dc8c1c627c7b699f42e2cd048))
* replace bunyan by pino ([6c860d6](https://github.com/OptimalBits/redbird/commit/6c860d68ac680a627740019dc9e2bacd7d64e113))
* Updated Readme.MD with new resolver parameter ([4dc39f5](https://github.com/OptimalBits/redbird/commit/4dc39f59816a89bf9d3a26f70cfe0352ede9cc80))


### Performance Improvements

* change while/shift to for loop ([e5c94df](https://github.com/OptimalBits/redbird/commit/e5c94df934f2b2b329bf66bae48a4f5b6a87d2be))
* enable keepAlive in sample code ([55049eb](https://github.com/OptimalBits/redbird/commit/55049eb11b205501b34baed3a864910633613ac2))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redbird",
"version": "0.9.0",
"version": "1.0.0",
"description": "A reverse proxy with support for dynamic tables",
"type": "module",
"module": "./dist/index.js",
Expand Down

0 comments on commit 4c347be

Please sign in to comment.