Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timfrijtersppw committed Oct 1, 2020
1 parent 8fc6f53 commit 1376810
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ppwcode/angular-schematics",
"version": "1.3.0",
"version": "1.4.0",
"description": "PPWCode Angular Schematics",
"scripts": {
"build": "npm run build:compile && npm run build:copy",
Expand Down
2 changes: 1 addition & 1 deletion src/workspace/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function addDependenciesToPackageJson() {
{
type: NodeDependencyType.Dev,
name: '@ppwcode/angular-schematics',
version: '1.3.0',
version: '1.4.0',
},
{
type: NodeDependencyType.Dev,
Expand Down

0 comments on commit 1376810

Please sign in to comment.