From 86f9c3cf432250e244cfe39779c627bb78d7e654 Mon Sep 17 00:00:00 2001 From: "danilo.spinelli" Date: Fri, 7 Feb 2020 14:58:52 +0100 Subject: [PATCH] chore: release 1.0.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3e10233 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### 1.0.0 + +> 7 February 2020 + +- chore: add docker compose [`#2`](https://github.com/pagopa/io-functions-template/pull/2) +- chore: added release-it [`#1`](https://github.com/pagopa/io-functions-template/pull/1) +- init [`bcc1d7c`](https://github.com/pagopa/io-functions-template/commit/bcc1d7c9590612ef87dc7b406dd3f8a1f1087582) +- chore: adds release-it [`8ca1772`](https://github.com/pagopa/io-functions-template/commit/8ca1772e9a6b5a50febffea430bd1c53b506d6be) +- adds fixtures [`b9f630a`](https://github.com/pagopa/io-functions-template/commit/b9f630a05de75b82e439b33049b6949d981d9097) diff --git a/package.json b/package.json index b9ae38f..f62efc5 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "", "author": "IO team", "repository": "https://github.com/pagoPA/io-functions-template", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "scripts": { "build": "tsc",