Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Di Mascio authored and adimascio committed Nov 13, 2019
1 parent c072621 commit e08dcd6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## [Unreleased]
## [0.5.0] - 2019-11-13

### Added

- Added `fromdate` step (converts date into string)
- Added `todate` step (converts string into date)

### Changed

- Use TypeScript 3.7

## [0.4.0] - 2019-10-22

### Changed
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "weaverbird",
"version": "0.4.0",
"version": "0.5.0",
"description": "A generic Visual Query Builder built in Vue.js",
"bugs": {
"url" : "https://github.com/ToucanToco/weaverbird/issues",
"email" : "[email protected]"
},
"keywords": [
"typescript",
"query builder",
"vue"
],
Expand Down

0 comments on commit e08dcd6

Please sign in to comment.