Skip to content

Commit 59ca374

Browse files
committed
Add changelog to core
1 parent e4aee1f commit 59ca374

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

packages/extensions/core/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@autorest/core",
33
"entries": [
4+
{
5+
"version": "3.10.4",
6+
"tag": "@autorest/core_v3.10.4",
7+
"date": "Fri, 14 Mar 2025 16:49:52 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "[deduplication] Only treat \"$ref\" as reference if value is string"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "3.10.3",
618
"tag": "@autorest/core_v3.10.3",

packages/extensions/core/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @autorest/core
22

3-
This log was last generated on Thu, 31 Oct 2024 00:11:17 GMT and should not be manually modified.
3+
This log was last generated on Fri, 14 Mar 2025 16:49:52 GMT and should not be manually modified.
4+
5+
## 3.10.4
6+
Fri, 14 Mar 2025 16:49:52 GMT
7+
8+
### Patches
9+
10+
- [deduplication] Only treat "$ref" as reference if value is string
411

512
## 3.10.3
613
Thu, 31 Oct 2024 00:11:17 GMT

packages/extensions/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autorest/core",
3-
"version": "3.10.3",
3+
"version": "3.10.4",
44
"description": "AutoRest Core Module",
55
"engines": {
66
"node": ">=12.0.0"

0 commit comments

Comments
 (0)