From 168a924ff7ab13ee9cdd7d487983ebab850302a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Sat, 12 Jun 2021 11:17:15 +0200 Subject: [PATCH] updated version to v1.0.2 --- CHANGELOG.md | 9 +++++++++ ngx-codejar/package.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1d3a985 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +## [1.0.2](https://github.com/julianpoemp/ngx-codejar/compare/v1.0.1...v1.0.2) (2021-06-12) + +### Features + +* **ngx-codejar:** added support for line + numbers ([c4311c2](https://github.com/julianpoemp/ngx-codejar/commit/c4311c23397f042e1d347cc63c6a32a9dc9fb2cf)) + + + diff --git a/ngx-codejar/package.json b/ngx-codejar/package.json index 619cb5d..ecbaa00 100644 --- a/ngx-codejar/package.json +++ b/ngx-codejar/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "1.0.1", + "version": "1.0.2", "description": "Angular wrapper for CodeJar supporting Prism.js and Highlight.js. With this you can easily add code-editors to your Angular app.", "peerDependencies": { "@angular/common": "^10.2.4", diff --git a/package.json b/package.json index f61e4e6..7063150 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-codejar", "description": "Angular wrapper for CodeJar supporting Prism.js and Highlight.js. With this you can easily add code-editors to your Angular app.", - "version": "1.0.0", + "version": "1.0.2", "scripts": { "ng": "ng", "start": "ng serve demo",