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

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smolijar committed Oct 29, 2018
1 parent 48ca2a0 commit d5e9561
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
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.2.5] - 2018-10-29
### Added
- License to package.json
- Install and usage
Expand Down Expand Up @@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `conf.json`
- `jsconfig.json`

[Unreleased]: https://github.com/AckeeCZ/desmond/compare/v0.2.4...HEAD
[Unreleased]: https://github.com/AckeeCZ/desmond/compare/v0.2.5...HEAD
[0.2.5]: https://github.com/AckeeCZ/desmond/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/AckeeCZ/desmond/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/AckeeCZ/desmond/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/AckeeCZ/desmond/compare/v0.2.1...v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "desmond",
"description": "Desmond is a caretaker of boilerplate code for node back-end development, providing a set of maintained tools.",
"version": "0.2.4",
"version": "0.2.5",
"author": "Jaroslav Šmolík <grissius@gmail.com>",
"main": "./dist/main.js",
"engines": {
Expand Down

0 comments on commit d5e9561

Please sign in to comment.