From 86ea94759eaa2d632c23d6dba694a7c4c3361d5c Mon Sep 17 00:00:00 2001 From: "@lottiefiles-bot" Date: Tue, 2 Mar 2021 11:11:59 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-03-02) ### Features * add github actions boilerplate for nuget package ([8e423df](https://github.com/LottieFiles/dotlottie-cs/commit/8e423df9b7a2d0458bbdee84a16c3c08f3bd4f24)) * basic helper for netstandard and uwp ([f607f9e](https://github.com/LottieFiles/dotlottie-cs/commit/f607f9e8f6ed96259bc551eb6939fd18c105f68c)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3812435 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release). + + +# 1.0.0 (2021-03-02) + + +### Features + +* add github actions boilerplate for nuget package ([8e423df](https://github.com/LottieFiles/dotlottie-cs/commit/8e423df9b7a2d0458bbdee84a16c3c08f3bd4f24)) +* basic helper for netstandard and uwp ([f607f9e](https://github.com/LottieFiles/dotlottie-cs/commit/f607f9e8f6ed96259bc551eb6939fd18c105f68c))