Skip to content

Commit 784cd1c

Browse files
committed
chore: release v3.0.2
1 parent 8ab1a4b commit 784cd1c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
4+
## [3.0.2](https://github.com/ghiscoding/angular-markdown-editor/compare/v3.0.1...v3.0.2) (2022-12-12)
5+
16
# Changelog
27

38
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
@@ -12,4 +17,4 @@ All notable changes to this project will be documented in this file. See [standa
1217
### [2.0.2](https://github.com/ghiscoding/angular-markdown-editor/compare/v1.1.5...v2.0.2) (2018-09-24)
1318

1419
### Features
15-
`Angular-Markdown-Editor` code base was totally rewritten to support Angular 4+. The demo uses [ngx-markdown](https://github.com/jfcere/ngx-markdown), however it is not a deep dependency, you can use any Markdown Parser you wish to use.
20+
`Angular-Markdown-Editor` code base was totally rewritten to support Angular 4+. The demo uses [ngx-markdown](https://github.com/jfcere/ngx-markdown), however it is not a deep dependency, you can use any Markdown Parser you wish to use.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-markdown-editor",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Bootstrap Markdown components made available in Angular",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)