Skip to content

Commit

Permalink
chore(master): release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yc-ui-bot committed Oct 7, 2024
1 parent 8fadb91 commit 3348ead
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.3.0](https://github.com/diplodoc-platform/html-extension/compare/v2.2.0...v2.3.0) (2024-10-07)


### Features

* **srcDoc:** added onload arg ([8fadb91](https://github.com/diplodoc-platform/html-extension/commit/8fadb91e68de8a6098ee4907f8b2f8aace5396fa))
* **srcDoc:** added onload arg ([546251e](https://github.com/diplodoc-platform/html-extension/commit/546251ea684717b38d431f4e952be3b6432d3432))
* **srcDoc:** added onload arg ([5913371](https://github.com/diplodoc-platform/html-extension/commit/5913371e2653217db827e24b94da5cb3a8125891))
* **srcDoc:** added scroll to hash ([113f842](https://github.com/diplodoc-platform/html-extension/commit/113f84283a066e1d697c701074e6ef3a6c5e73d6))
* **srcDoc:** updtaed handleHashChange logic ([0e76f51](https://github.com/diplodoc-platform/html-extension/commit/0e76f5189abdb5dd9f9dd548aec73d48aecaac5b))

## [2.2.0](https://github.com/diplodoc-platform/html-extension/compare/v2.1.0...v2.2.0) (2024-09-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@diplodoc/html-extension",
"version": "2.2.0",
"version": "2.3.0",
"description": "HTML plugin for Diplodoc transformer and builder",
"main": "build/plugin/index.js",
"types": "build/plugin/index.d.ts",
Expand Down

0 comments on commit 3348ead

Please sign in to comment.