Skip to content

Commit edfb1e3

Browse files
Merge pull request #147 from universal-ember/release-preview
Prepare Release
2 parents 6ec21e7 + c90ea8a commit edfb1e3

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"kolay": {
44
"impact": "patch",
5-
"oldVersion": "2.1.0",
6-
"newVersion": "2.1.1",
5+
"oldVersion": "2.1.1",
6+
"newVersion": "2.1.2",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
16-
"description": "## Release (2024-11-13)\n\nkolay 2.1.1 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#144](https://github.com/universal-ember/kolay/pull/144) Add types for kolay/setup ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2024-11-16)\n\nkolay 2.1.2 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#146](https://github.com/universal-ember/kolay/pull/146) exclude externals ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
1717
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2024-11-16)
4+
5+
kolay 2.1.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `kolay`
9+
* [#146](https://github.com/universal-ember/kolay/pull/146) exclude externals ([@patricklx](https://github.com/patricklx))
10+
11+
#### Committers: 1
12+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
13+
314
## Release (2024-11-13)
415

516
kolay 2.1.1 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kolay",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "The runtime compiled documentation tool. Scale to any size with flat build cost.",
55
"keywords": [
66
"documentation",

0 commit comments

Comments
 (0)