Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny committed Oct 10, 2023
1 parent 6baec16 commit 560e8da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [1.7.0](https://github.com/Greenroom-Robotics/ros-typescript-generator/compare/v1.6.4...v1.7.0) (2023-10-10)


### Features

* add support for action and srv files ([#14](https://github.com/Greenroom-Robotics/ros-typescript-generator/issues/14)) ([6baec16](https://github.com/Greenroom-Robotics/ros-typescript-generator/commit/6baec160eb102e03266569d841f55ed263394bad))

### [1.6.4](https://github.com/Greenroom-Robotics/ros-typescript-generator/compare/v1.6.2...v1.6.4) (2023-04-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ros-typescript-generator",
"version": "1.6.4",
"version": "1.7.0",
"description": "A CLI for generating typescript interfaces from ros messages and services",
"main": "build/main/cli/cli.js",
"typings": "build/main/cli/cli.d.ts",
Expand Down

0 comments on commit 560e8da

Please sign in to comment.