From 603152945d6b9b39081ce54c75b0a46094f056ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 Mar 2021 18:11:22 -0300 Subject: [PATCH] chore(release): 0.0.2 [skip ci] ### [0.0.2](https://github.com/hitechline/next-mdx/compare/v0.0.1...v0.0.2) (2021-03-07) ### Bug Fixes * ignored files ([3aacbcb](https://github.com/hitechline/next-mdx/commit/3aacbcbd95b141fa744155b539237f04138a30b3)) * remove scripts ([b5c07db](https://github.com/hitechline/next-mdx/commit/b5c07db370a42e02c2103167e242a13a27b8d960)) * rollup config ([edab9aa](https://github.com/hitechline/next-mdx/commit/edab9aa94404d2ddc25d3823f2378c464d41b907)) * semantic release config ([8e93346](https://github.com/hitechline/next-mdx/commit/8e93346b94562ebb0ecea345119630b41124a90d)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e21f29d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +### [0.0.2](https://github.com/hitechline/next-mdx/compare/v0.0.1...v0.0.2) (2021-03-07) + + +### Bug Fixes + +* ignored files ([3aacbcb](https://github.com/hitechline/next-mdx/commit/3aacbcbd95b141fa744155b539237f04138a30b3)) +* remove scripts ([b5c07db](https://github.com/hitechline/next-mdx/commit/b5c07db370a42e02c2103167e242a13a27b8d960)) +* rollup config ([edab9aa](https://github.com/hitechline/next-mdx/commit/edab9aa94404d2ddc25d3823f2378c464d41b907)) +* semantic release config ([8e93346](https://github.com/hitechline/next-mdx/commit/8e93346b94562ebb0ecea345119630b41124a90d)) diff --git a/package.json b/package.json index 06c4282..6dbb5ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hitechline/next-mdx", - "version": "0.0.1", + "version": "0.0.2", "license": "AGPL-3.0", "main": "dist/index.js", "module": "dist/index.esm.js",