Skip to content

Commit c7e4c20

Browse files
committed
v7.0.0
1 parent 532918b commit c7e4c20

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
# 7.0.0 (2021-05-27)
4+
* BREAKING: Validates against 'CSSDirectoryStructure' if it is present in the config
5+
* This will break any packages that didn't previously conform to this structure
6+
37
# 6.1.3 (2020-11-18)
48
* BUG: NPX command failed when being run from a project using a private registry
59
* Updated to specify the use of the default registry for NPX

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@springernature/frontend-package-manager",
33
"description": "handles the creation, validation, and publication of packages",
4-
"version": "6.1.3",
4+
"version": "7.0.0",
55
"license": "LGPL-3.0",
66
"keywords": [
77
"node",

0 commit comments

Comments
 (0)