From 4ab0415b66ebf08bcace71c6d8eb46c9054141ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Mar 2022 17:07:33 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] ## 1.0.0 (2022-03-08) ### Features * add branch create event ([#8](https://github.com/liatrio-enterprise/github-policy-service/issues/8)) ([80c686a](https://github.com/liatrio-enterprise/github-policy-service/commit/80c686afb73f532d9fed5d9d4ecdf38141f0e370)) * add docker build workflow ([cbf4b42](https://github.com/liatrio-enterprise/github-policy-service/commit/cbf4b427fc2239a46eb59468980c31873208b0f1)) * add docker build workflow ([#2](https://github.com/liatrio-enterprise/github-policy-service/issues/2)) ([dbd254b](https://github.com/liatrio-enterprise/github-policy-service/commit/dbd254b3df737229a77a624700a2270e1dd10359)) * add repos to associated teams ([#10](https://github.com/liatrio-enterprise/github-policy-service/issues/10)) ([9d6066d](https://github.com/liatrio-enterprise/github-policy-service/commit/9d6066db6a880306be2f372717135ec350c1f37b)) * add terraform for deploy to azure function app ([95ac902](https://github.com/liatrio-enterprise/github-policy-service/commit/95ac9024db6033df7efb624430258f523fa2a62a)) * allow the configuration of a repository whitelist to exclude some repos from policy enforcement ([#20](https://github.com/liatrio-enterprise/github-policy-service/issues/20)) ([64e1bac](https://github.com/liatrio-enterprise/github-policy-service/commit/64e1bac0e1ec0468a2cc23dd0939fafbda639440)) * better application logging, including errors with stacktraces ([#18](https://github.com/liatrio-enterprise/github-policy-service/issues/18)) ([93987b5](https://github.com/liatrio-enterprise/github-policy-service/commit/93987b5ccf2eca944d1361593795d11300fc6b3e)) * build and push docker image to ghcr ([#3](https://github.com/liatrio-enterprise/github-policy-service/issues/3)) ([06864e0](https://github.com/liatrio-enterprise/github-policy-service/commit/06864e029de1a20b2e27655ef9b11e55d8a27f97)) * configure semantic-release ([#21](https://github.com/liatrio-enterprise/github-policy-service/issues/21)) ([c51532c](https://github.com/liatrio-enterprise/github-policy-service/commit/c51532c453eb18f06ebb621b6c19d9fb3180bb8d)) * repo branch protection ([8f69aed](https://github.com/liatrio-enterprise/github-policy-service/commit/8f69aed995323269f1f652ec7ae33cebd2a12387)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d890256..0402174 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-policy-service", - "version": "0.0.0", + "version": "1.0.0", "description": "", "main": "src/app.js", "private": true,