Skip to content

Commit

Permalink
updated version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jun 12, 2021
1 parent d853d50 commit 168a924
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))



2 changes: 1 addition & 1 deletion ngx-codejar/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 168a924

Please sign in to comment.