diff --git a/lib/package.json b/lib/package.json index 5079b3ac..e976ce17 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "12.0.0-beta.0", + "version": "12.0.0", "description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights", "homepage": "https://github.com/jfcere/ngx-markdown", "license": "MIT", diff --git a/package.json b/package.json index 780fe82a..dcbfdeb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "12.0.0-beta.0", + "version": "12.0.0", "description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights", "homepage": "https://github.com/jfcere/ngx-markdown", "license": "MIT", diff --git a/yarn.lock b/yarn.lock index 4d217789..509459b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6248,7 +6248,7 @@ ng-packagr@^12.0.0: stylus "^0.54.8" "ngx-markdown@file:./lib": - version "12.0.0-beta.0" + version "12.0.0" dependencies: "@types/marked" "^2.0.0" emoji-toolkit "^6.5.0"