Skip to content

Commit a1700f8

Browse files
Release 1.1.0
1 parent 31ba843 commit a1700f8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v1.1.0 (2024-02-22)
2+
3+
#### :rocket: Enhancement
4+
* [#235](https://github.com/ember-learn/ember-cli-addon-docs-yuidoc/pull/235) Feature/add gts gjs support ([@kdagnan](https://github.com/kdagnan))
5+
6+
#### :bug: Bug Fix
7+
* [#72](https://github.com/ember-learn/ember-cli-addon-docs-yuidoc/pull/72) Closes [#22](https://github.com/ember-learn/ember-cli-addon-docs-yuidoc/issues/22) ([@esbanarango](https://github.com/esbanarango))
8+
9+
#### Committers: 5
10+
- Esteban ([@esbanarango](https://github.com/esbanarango))
11+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
12+
- Kyle D. ([@kdagnan](https://github.com/kdagnan))
13+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
14+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
15+
116
## v1.0.0 (2020-10-27)
217

318
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-addon-docs-yuidoc",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "YUIDoc plugin for ember-cli-addon-docs",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)