Skip to content

Commit d9f04af

Browse files
chore(master): release 1.0.0
1 parent 69c589e commit d9f04af

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-09-16)
4+
5+
6+
### Features
7+
8+
* add OpenAPI spec ([a11afb4](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/a11afb4ef5e87e466434362f9050309f6d23da5e))
9+
* add OpenAPI spec ([d9c89e1](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/d9c89e1fb36d3fad5dba4d96083c57460d503f31))
10+
* first implementation draft ([8e970a3](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/8e970a3e58e4f273f6cb961e12bff596a0097348))
11+
* refactor modules to load external dependencies on startup ([763aacb](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/763aacb19220e9491fe5dcf71986be33fcddc100))
12+
13+
14+
### Bug Fixes
15+
16+
* add extended logging for errors ([865b558](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/865b5582097c31736e4765ed3adf5761ce77c8b1))
17+
* add OpenAPI as json ([0ed7a2a](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/0ed7a2a6edb1fda1eab91cde56b9ba7f8904494b))
18+
* add simple healthcheck endpoint ([000f046](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/000f046969b7fa93d4cf453c083cbb8bbb9efd19))
19+
* add ts declarations for .yaml files ([79e66e9](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/79e66e92ca5bdaad805d5117b04e67710c7af31f))
20+
* always use json as response ([fa5be62](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/fa5be626733ef77faf9099c7edf65dccef6efeb9))
21+
* apply POLICY_DIR const only for built-in policies ([362a8c1](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/362a8c150735f8533970ced40c37615ec0f0cfe3))
22+
* catch and output bootstrap errors properly ([e587f17](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/e587f179c37dd1a9614fd85fcc7a9a06d4b54f75))
23+
* import openapi.yaml instead of loading it through fs ([90ba115](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/90ba115d460c172025d34e6ff692b5bf04c82521))
24+
* migrate to esm ([24dcd87](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/24dcd87bfc4fee59c2c1ea8f75c1891b136e0174))
25+
* migrate to express ([9bc1b68](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/9bc1b68a35df21488690d77ec6841e25a5f87314))
26+
* move dispatch-handler to dispatch directory ([ed3606a](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/ed3606aecb6db46b02796182a1e677db918cad77))
27+
* redact secrets ([2d2fec5](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/2d2fec5015cd76cf2a6b1687c6577d4d54874301))
28+
* refactor build to support loading built-in policies ([46dc152](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/46dc15281440b05c7f3590e343c681c1eff5dded))
29+
* remove hyper-express from build step ([d410fe5](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/d410fe50d08762b1ae5ec5d318f8348b21bf8517))
30+
* remove pino-pretty transport as default ([6f052ad](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/6f052adc5862ae0080bfc86243745ba10d192522))
31+
* use 8080 as default port ([e36b6e4](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/e36b6e4b9bea0522fb252632aa1ceec7f820c816))
32+
* use default import ([1ab0817](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/1ab08174aa36d56a997c0f01e2acb5a4383faa37))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "github-workflow-dispatch-proxy",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/abinnoivison/github-workflow-dispatch-proxy"

0 commit comments

Comments
 (0)