Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoAnjos16 committed May 2, 2022
1 parent 831d07d commit 7ed22e3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devportal",
"version": "0.5.2",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 7ed22e3

Please sign in to comment.