Skip to content

Commit

Permalink
chore(release): v17.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Oct 19, 2023
1 parent f710c04 commit b55ba2c
Show file tree
Hide file tree
Showing 46 changed files with 288 additions and 201 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [17.10.0](https://github.com/ogre-works/ogre-tools/compare/v17.9.0...v17.10.0) (2023-10-19)

### Features

- Introduce proper typing for pipelineBreak ([6a78b40](https://github.com/ogre-works/ogre-tools/commit/6a78b4066dbb23c66a22765cf54633cf9b48c0f9))
- Introduce safePipeline which is like pipeline, but considers "undefined" as pipelineBreak ([db82b7c](https://github.com/ogre-works/ogre-tools/commit/db82b7c8f3868564c133b6941df2ec10dea364cb))

## [17.9.0](https://github.com/ogre-works/ogre-tools/compare/v17.8.0...v17.9.0) (2023-10-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "17.9.0",
"version": "17.10.0",
"useWorkspaces": true,
"command": {
"bootstrap": {
Expand Down
Loading

0 comments on commit b55ba2c

Please sign in to comment.