From 8ab1a4be03e188faa06c77d432881212e8b0c507 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Mon, 12 Dec 2022 13:38:39 -0500 Subject: [PATCH 1/2] chore: add missing release-it config file --- .release-it.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .release-it.json diff --git a/.release-it.json b/.release-it.json new file mode 100644 index 0000000..cf2e6ef --- /dev/null +++ b/.release-it.json @@ -0,0 +1,30 @@ +{ + "git": { + "commitMessage": "chore: release v${version}", + "tagName": "v${version}" + }, + "github": { + "release": true, + "web": true, + "releaseName": "v${version}" + }, + "npm": { + "publishPath": "dist/" + }, + "hooks": { + "before:init": [ + "npm run lint" + ], + "after:bump": "npm run build", + "after:git:release": "echo After git push, before GitHub Release", + "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}." + }, + "plugins": { + "@release-it/conventional-changelog": { + "header": "# Change Log\nAll notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.", + "preset": "angular", + "ignoreRecommendedBump": true, + "infile": "CHANGELOG.md" + } + } +} \ No newline at end of file From 784cd1c6f4e8905ac2aa4218ffc1c58e5c3d07bf Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Mon, 12 Dec 2022 13:39:36 -0500 Subject: [PATCH 2/2] chore: release v3.0.2 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a699116..a7ca6fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Change Log +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.0.2](https://github.com/ghiscoding/angular-markdown-editor/compare/v3.0.1...v3.0.2) (2022-12-12) + # Changelog 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 ### [2.0.2](https://github.com/ghiscoding/angular-markdown-editor/compare/v1.1.5...v2.0.2) (2018-09-24) ### Features -`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. +`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. \ No newline at end of file diff --git a/package.json b/package.json index 4861c45..bc2745c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-markdown-editor", - "version": "3.0.1", + "version": "3.0.2", "description": "Bootstrap Markdown components made available in Angular", "keywords": [ "angular",