Skip to content

Commit b17e982

Browse files
committed
chore(release): 0.3.10
1 parent edc3cc1 commit b17e982

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
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+
### [0.3.10](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v0.3.9...v0.3.10) (2021-02-13)
6+
7+
8+
### Features
9+
10+
* fix function params order ([2524413](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/25244133d1aa23483b6cae2b0319f36d4223da59))
11+
* imporved tag order ([#52](https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/52)) ([00675e2](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/00675e278328c569cd9be73051153e7302052308))
12+
* support stars paragraphs ([1a9aa02](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/1a9aa026016b92348f7344ff4ba4f6d254b53106))
13+
14+
15+
### Bug Fixes
16+
17+
* # in block code ([c864ba0](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/c864ba055ce691b2c9369954791fac0d24b7ac96))
18+
* add to dot to non-English descriptions ([6445702](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/6445702b5f180c90ec760d9db6cd6144cc4bbfd4))
19+
* better trimming + refactor ([9350ee7](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/9350ee7998e9214fad7915c60343abdeee57c0c2))
20+
* bug in tags order ([1331861](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/13318611b9706f0b8f40c5c98172eb231243dc2c))
21+
* indentation and printWidth fix ([#56](https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/56)) ([8361d95](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/8361d955f56100da5cff590e69814730e1b314be))
22+
* jsdocDescriptionWithDot with germany words ([041c882](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/041c88235cd0c2ac4ef319963ae50490cf7dd857))
23+
* jsdocKeepUnParseAbleExampleIndent ([8f18200](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/8f1820038ee847f26ee24d0301c8f97797cfc0a2))
24+
* maxWidth of lines ([5f807ce](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/5f807ce89d1c8960881b8576aed8992a895c7b36))
25+
* tags description indentation ([b9c343f](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/b9c343f4e5972078846e595c833395d42333a0a3))
26+
* wrong yarn command ([389f404](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/389f40439c73ff5470ffd033a19d91726a70a925))
27+
* wrong yarn command ([0b9f468](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/0b9f46862b9811da6185464be6ccfcf24198a6c5))
28+
* **description:** `#` in text mistaken for heading ([d9a5617](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/d9a5617a268ae1226348d1b1f55d0123d5864f60))
29+
* **description:** description start underscores ([3b8bf02](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/3b8bf02d082d4fc55a9c8fd549f40bc02b68dffe))
30+
* **description:** empty lines ([7d89a66](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/7d89a661bf819c5fca291b7e76daafbe8496e85c))
31+
* separate `[@typedef](https://github.com/typedef)` and `[@callback](https://github.com/callback)` ([dfc78b4](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/dfc78b40edd088d0c03afa8d76b6d61feb0f8383))
32+
* windows EOL now supported ([4220471](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/422047192e63a72e6c61dcbcb0074070713c8ab2))
33+
534
### [0.3.9](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v0.3.8...v0.3.9) (2021-02-03)
635

736

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-jsdoc",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)