From 38f13f68f1559aad2a47b8caccef5cac42e175c5 Mon Sep 17 00:00:00 2001 From: Leo Neto Date: Mon, 17 Jan 2022 22:50:50 -0400 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d66d7be --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.2.0](https://github.com/oleoneto/django-clite/compare/v0.16.0...v0.2.0) (2022-01-18) diff --git a/package.json b/package.json index ee71d09..3dc6b51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-clite", - "version": "0.1.0", + "version": "0.2.0", "main": "index.js", "author": "Leo Neto ", "license": "BSD-3-Clause",