Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 344cfb0

Browse files
chore: release 0.28.0
1 parent 18a1c0b commit 344cfb0

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
# 0.28.0 12 July 2019
4+
5+
## Bug Fixes
6+
- **git:** remove `shelljs` dependency
7+
([18a1c0](https://github.com/angular/angular.js/commit/18a1c0b0692c05d43126150f1d8e284850ea2da3))
8+
- **nunjucks:** upgrade `marked` to avoid vulnerability
9+
([16ceb9](https://github.com/angular/angular.js/commit/16ceb9c9bc9aac168f82db977a9e380fb20b815a),
10+
[#280](https://github.com/angular/dgeni-packages/issues/280))
11+
12+
## Breaking Changes
13+
14+
### **nunjucks** due to:
15+
- **[16ceb9](https://github.com/angular/angular.js/commit/16ceb9c9bc9aac168f82db977a9e380fb20b815a)**: upgrade `marked` to avoid vulnerability
16+
17+
There are a few relevant breaking changes with this latest version of `marked`.
18+
This only affects usage of the `renderMarkdown()` service and the `marked`
19+
nunjucks filter. Take a look through the
20+
[marked release notes](https://github.com/markedjs/marked/releases) and
21+
check if this affects you.
22+
23+
324
# 0.27.4 1 July 2019
425

526
## Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dgeni-packages",
3-
"version": "0.27.5",
3+
"version": "0.28.0",
44
"description": "A collection of dgeni packages for generating documentation from source code",
55
"scripts": {
66
"test": "yarn build && node test.js",

0 commit comments

Comments
 (0)