Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smolijar committed Jan 15, 2019
1 parent bb80a03 commit 97d9ece
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.1] - 2019-01-15
### Changed
- The default type for context is empty object

Expand Down Expand Up @@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Project template

[Unreleased]: https://github.com/AckeeCZ/desmond/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/AckeeCZ/desmond/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/AckeeCZ/desmond/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/AckeeCZ/desmond/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/AckeeCZ/desmond/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/AckeeCZ/desmond/compare/v0.0.2...v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "crudella",
"description": "Tool for developing generic service layer for RESTful CRUD API in your Node.js backend application",
"version": "0.3.0",
"version": "0.3.1",
"author": "Jaroslav Šmolík <grissius@gmail.com>",
"main": "./dist/main.js",
"engines": {
Expand Down

0 comments on commit 97d9ece

Please sign in to comment.