Skip to content

Commit 7a76733

Browse files
Release: 1.8.2 [skip ci]
1 parent d6797cc commit 7a76733

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.8.2](https://github.com/surveyjs/survey-library/compare/v1.8.1...v1.8.2) (2020-09-10)
6+
7+
8+
### Bug Fixes
9+
10+
* Pressing markdown link focuses the answer input ([b9ead88](https://github.com/surveyjs/survey-library/commit/b9ead885039764e642785198ca45f732e6eb4088)), closes [#2312](https://github.com/surveyjs/survey-library/issues/2312)
11+
512
### [1.8.1](https://github.com/surveyjs/survey-library/compare/v1.8.0...v1.8.1) (2020-09-09)
613

714
## [1.8.0](https://github.com/surveyjs/survey-library/compare/v1.7.28...v1.8.0) (2020-09-02)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"watch_jquery_dev": "webpack --env.buildType dev --env.platform jquery --watch",
3232
"watch_vue_dev": "webpack --env.buildType dev --env.platform vue --watch"
3333
},
34-
"version": "1.8.1",
34+
"version": "1.8.2",
3535
"name": "survey-library",
3636
"private": true,
3737
"devDependencies": {

0 commit comments

Comments
 (0)