From 7ed22e3f7bff906626424563fe6193dc158b27e9 Mon Sep 17 00:00:00 2001 From: leonardoAnjos16 <37647055+leonardoAnjos16@users.noreply.github.com> Date: Mon, 2 May 2022 18:28:27 +0000 Subject: [PATCH] chore(release): 0.6.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feb60dab6..c454e74cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.6.0](https://github.com/vtex/devportal/compare/v0.5.2...v0.6.0) (2022-05-02) + + +### Features + +* **markdown:** add two markdown example files ([f4d2e6f](https://github.com/vtex/devportal/commit/f4d2e6fccb348e3dfe21d27c01f9a430e8b1973a)) +* **markdown:** render example markdowns ([03c7308](https://github.com/vtex/devportal/commit/03c7308d9c5d0c70b223e7a45e89c9827c17d0ee)) + + +### Refactoring + +* **api-reference:** move OpenAPI specs to /docs/api-reference ([5829e87](https://github.com/vtex/devportal/commit/5829e87c76fef21e71c57148dfb778f7b5d4c103)) + ### [0.5.2](https://github.com/vtex/devportal/compare/v0.5.1...v0.5.2) (2022-04-28) diff --git a/package-lock.json b/package-lock.json index 7d9fdb91e..b9fdef6cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "devportal", - "version": "0.5.2", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "devportal", - "version": "0.5.2", + "version": "0.6.0", "hasInstallScript": true, "dependencies": { "@vtex/brand-ui": "^0.46.0", diff --git a/package.json b/package.json index b8497741c..9ea5fa22e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devportal", - "version": "0.5.2", + "version": "0.6.0", "private": true, "scripts": { "dev": "next dev",