From 4cb45f1e8061f20cc5e241b77a88a7c206f9b432 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 18 Nov 2020 21:19:55 +0100 Subject: [PATCH] chore(release): 0.0.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..cc800b39 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# 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.0.1 (2020-11-18) + + +### Features + +* add initial modules ([ce62be1](https://github.com/nuxt-contrib/un/commit/ce62be12edb637effd99412c1e6f07529a53116f)) diff --git a/package.json b/package.json index d0481a80..ebd3ade6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/un", - "version": "0.0.0", + "version": "0.0.1", "description": "", "repository": "nuxt-contrib/un", "license": "MIT",