Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkilgour committed May 28, 2021
1 parent 532918b commit c7e4c20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

# 7.0.0 (2021-05-27)
* BREAKING: Validates against 'CSSDirectoryStructure' if it is present in the config
* This will break any packages that didn't previously conform to this structure

# 6.1.3 (2020-11-18)
* BUG: NPX command failed when being run from a project using a private registry
* Updated to specify the use of the default registry for NPX
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@springernature/frontend-package-manager",
"description": "handles the creation, validation, and publication of packages",
"version": "6.1.3",
"version": "7.0.0",
"license": "LGPL-3.0",
"keywords": [
"node",
Expand Down

0 comments on commit c7e4c20

Please sign in to comment.