Skip to content

Commit 7608c7a

Browse files
committed
chore(release): 1.8.0
1 parent a0b9ed1 commit 7608c7a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.0](https://github.com/Greenroom-Robotics/ros-typescript-generator/compare/v1.7.0...v1.8.0) (2024-02-20)
6+
7+
8+
### Features
9+
10+
* "@foxglove/rosmsg" to version "^5.0.1" ([#19](https://github.com/Greenroom-Robotics/ros-typescript-generator/issues/19)) ([68eaf18](https://github.com/Greenroom-Robotics/ros-typescript-generator/commit/68eaf18eda2379f1929c70ad8f662f7449a1911a))
11+
* Group Service Request/Response in a single interface ([#18](https://github.com/Greenroom-Robotics/ros-typescript-generator/issues/18)) ([12bd66a](https://github.com/Greenroom-Robotics/ros-typescript-generator/commit/12bd66acb339d71a23cb5a0afa3be643d82acebf))
12+
13+
14+
### Bug Fixes
15+
16+
* Add handling for symbolic links in getMsgFiles function ([#21](https://github.com/Greenroom-Robotics/ros-typescript-generator/issues/21)) ([6fec6f2](https://github.com/Greenroom-Robotics/ros-typescript-generator/commit/6fec6f24ce4fe2cc1d1fd452d6950fc4fa61c0d1))
17+
* resolve issues with @foxglove/rosmsg upgade ([a0b9ed1](https://github.com/Greenroom-Robotics/ros-typescript-generator/commit/a0b9ed183bd588dc29ac60c61642246894bd3e14))
18+
519
## [1.7.0](https://github.com/Greenroom-Robotics/ros-typescript-generator/compare/v1.6.4...v1.7.0) (2023-10-10)
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ros-typescript-generator",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "A CLI for generating typescript interfaces from ros messages and services",
55
"main": "build/main/cli/cli.js",
66
"typings": "build/main/cli/cli.d.ts",

0 commit comments

Comments
 (0)