diff --git a/CHANGELOG.md b/CHANGELOG.md index 680d428..4701393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3 (2022-03-31) + + +### Features + +* added readme files and dockerfiles ([#3](https://github.com/malaquiasdev/thepixardb/issues/3)) ([e17b052](https://github.com/malaquiasdev/thepixardb/commit/e17b05267ad38c89bba0eaa794e12acc0f42d651)) + ### 0.0.2 (2022-03-29) diff --git a/package.json b/package.json index 16ab626..14266e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thepixardb", - "version": "0.0.2", + "version": "0.0.3", "description": "The Pixar Database API", "repository": "git@github.com:malaquiasdev/thepixardb.git", "author": "Mateus Malaquias ",