Skip to content

Commit 4e268ae

Browse files
committedJan 19, 2020
Version bump
1 parent 5194452 commit 4e268ae

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
 

‎CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog for osjs-cli
22

3+
## 3.0.19
4+
5+
* Updated .travis.yml
6+
* Updated package.json scripts
7+
* Updated linter configurations in application templates
8+
* Updated dependencies
9+
* Updated application template dotfiles
10+
* Updated application template dependencies
11+
* Updated eslint rules
12+
* Updated README badges
13+
* Updated codeclimate ignores
14+
* Updated package.json files section
15+
* Removed unused watch:all task
16+
* Removed deprecated 'make:package' task
17+
* Added unit tests
18+
* Scaffold tasks can now be done without interactive wizard
19+
* Updated 'args' passed to tasks
20+
* Split up some source code
21+
322
## 3.0.18
423

524
* Added 'info' task

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osjs/cli",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"description": "OS.js v3 CLI",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.