File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for osjs-cli
2
2
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
+
3
22
## 3.0.18
4
23
5
24
* Added 'info' task
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @osjs/cli" ,
3
- "version" : " 3.0.18 " ,
3
+ "version" : " 3.0.19 " ,
4
4
"description" : " OS.js v3 CLI" ,
5
5
"main" : " index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments