conventional-changelog-codemirror
Advanced tools
Comparing version 0.3.8 to 1.0.0
@@ -6,2 +6,40 @@ # Change Log | ||
<a name="1.0.0"></a> | ||
# [1.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-codemirror@0.3.8...conventional-changelog-codemirror@1.0.0) (2018-05-29) | ||
### Chores | ||
* **package:** set Node requirement to oldest supported LTS ([#329](https://github.com/conventional-changelog/conventional-changelog/issues/329)) ([cae2fe0](https://github.com/conventional-changelog/conventional-changelog/commit/cae2fe0)) | ||
### Code Refactoring | ||
* remove anchor from header templates ([#301](https://github.com/conventional-changelog/conventional-changelog/issues/301)) ([346f24f](https://github.com/conventional-changelog/conventional-changelog/commit/346f24f)), closes [#186](https://github.com/conventional-changelog/conventional-changelog/issues/186) | ||
### BREAKING CHANGES | ||
* **package:** Set the package's minimum required Node version to be the oldest LTS | ||
currently supported by the Node Release working group. At this time, | ||
that is Node 6 (which is in its Maintenance LTS phase). | ||
* Anchor tags are removed from the changelog header templates. The | ||
rendered Markdown will no longer contain anchor tags proceeding the | ||
version number header that constitutes the changelog header. This means | ||
that consumers of rendered markdown will not be able to use a URL that | ||
has been constructed to contain a version number anchor tag reference, | ||
since the anchor tag won't exist in the rendered markdown. | ||
It's stronly recomended consumers use the full URL path to the release | ||
page for a given version, as that URL is a permalink to that verison, | ||
contains all relavent release information, and does not, otherwise, rely | ||
on the anchor tag being excessible from the current page view. | ||
As an example, for version `2.0.0` of a GitHub project, the following | ||
URL should be used: | ||
- https://github.com/conventional-changelog/releaser-tools/releases/tag/v2.0.0 | ||
<a name="0.3.8"></a> | ||
@@ -8,0 +46,0 @@ ## [0.3.8](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-codemirror@0.3.7...conventional-changelog-codemirror@0.3.8) (2018-03-28) |
{ | ||
"name": "conventional-changelog-codemirror", | ||
"version": "0.3.8", | ||
"version": "1.0.0", | ||
"description": "conventional-changelog CodeMirror preset", | ||
@@ -21,2 +21,5 @@ "main": "index.js", | ||
"author": "Steve Mao", | ||
"engines": { | ||
"node": ">=6.9.0" | ||
}, | ||
"license": "ISC", | ||
@@ -23,0 +26,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12213
0