Skip to content

Commit

Permalink
chore(release): 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny committed Feb 28, 2024
1 parent d67b1d0 commit 87ed448
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.9.0](https://github.com/Greenroom-Robotics/ros-typescript-generator/compare/v1.8.1...v1.9.0) (2024-02-28)


### Features

* add smart-enums ([#16](https://github.com/Greenroom-Robotics/ros-typescript-generator/issues/16)) ([657bd5f](https://github.com/Greenroom-Robotics/ros-typescript-generator/commit/657bd5fcb60371120c4e1acb5d8fc58ab1ada3d3))

### [1.8.1](https://github.com/Greenroom-Robotics/ros-typescript-generator/compare/v1.8.0...v1.8.1) (2024-02-28)


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.8.1",
"version": "1.9.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 87ed448

Please sign in to comment.