offline-github-changelog
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,9 @@ | ||
### v3.0.1 (2022-12-06) | ||
- [#91](https://github.com/sunesimonsen/offline-github-changelog/pull/91) Upgrade transformation ([Sune Simonsen](mailto:sune@we-knowhow.dk), [Sune Simonsen](mailto:sune@we-knowhow.dk)) | ||
- [#90](https://github.com/sunesimonsen/offline-github-changelog/pull/90) Bump sinon from 14.0.2 to 15.0.0 ([dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)) | ||
- [#89](https://github.com/sunesimonsen/offline-github-changelog/pull/89) Bump prettier from 2.7.1 to 2.8.0 ([dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)) | ||
- [#88](https://github.com/sunesimonsen/offline-github-changelog/pull/88) Bump markdown-escape from 1.1.0 to 2.0.0 ([dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)) | ||
- [#87](https://github.com/sunesimonsen/offline-github-changelog/pull/87) Bump prettier from 2.6.2 to 2.7.1 ([dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)) | ||
### v3.0.0 (2022-10-21) | ||
@@ -116,3 +124,2 @@ | ||
- [#4](https://github.com/sunesimonsen/offline-github-changelog/pull/4) Escape markdown special characters in PR titles ([Andreas Lind](mailto:andreaslindpetersen@gmail.com), [Andreas Lind](mailto:andreaslindpetersen@gmail.com)) | ||
- [#2](https://github.com/sunesimonsen/offline-github-changelog/pull/2) Credit authors ([Sune Simonsen](mailto:sune@we-knowhow.dk), [Sune Simonsen](mailto:sune@we-knowhow.dk), [Sune Simonsen](mailto:sune@we-knowhow.dk)) | ||
@@ -119,0 +126,0 @@ ### v1.1.3 (2019-01-05) |
{ | ||
"name": "offline-github-changelog", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A changelog generator for Github projects that only uses the Git history", | ||
@@ -29,7 +29,7 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@transformation/core": "^6.0.0", | ||
"@transformation/ejs": "^6.0.0", | ||
"@transformation/process": "^6.0.0", | ||
"@transformation/stream": "^6.0.0", | ||
"markdown-escape": "^1.0.2", | ||
"@transformation/core": "^7.0.1", | ||
"@transformation/ejs": "^7.0.1", | ||
"@transformation/process": "^7.0.1", | ||
"@transformation/stream": "^7.0.1", | ||
"markdown-escape": "^2.0.0", | ||
"meow": "^9.0.0" | ||
@@ -46,5 +46,5 @@ }, | ||
"mocha": "^10.1.0", | ||
"prettier": "~2.6.2", | ||
"prettier": "~2.8.0", | ||
"semver": "^7.3.8", | ||
"sinon": "^14.0.1", | ||
"sinon": "^15.0.0", | ||
"unexpected": "^13.0.1", | ||
@@ -51,0 +51,0 @@ "unexpected-snapshot": "^2.1.0" |
Sorry, the diff of this file is not supported yet
36675
28
324
+ Added@transformation/core@7.0.2(transitive)
+ Added@transformation/ejs@7.0.2(transitive)
+ Added@transformation/process@7.0.2(transitive)
+ Added@transformation/stream@7.0.2(transitive)
+ Addedmarkdown-escape@2.0.0(transitive)
- Removed@transformation/core@6.0.0(transitive)
- Removed@transformation/ejs@6.0.1(transitive)
- Removed@transformation/process@6.1.0(transitive)
- Removed@transformation/stream@6.0.0(transitive)
- Removedmarkdown-escape@1.1.0(transitive)
Updated@transformation/core@^7.0.1
Updated@transformation/ejs@^7.0.1
Updatedmarkdown-escape@^2.0.0