Skip to content

Commit

Permalink
updated Development.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Dec 7, 2024
1 parent efbb2e9 commit eeaae26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ feat: add new feature

```markdown
---
"@asyncapi/generator": minor
"@asyncapi/cli": minor
---

Adding new Release Github Flow to the Turborepo. No new features or bugfixes were introduced.
Expand Down Expand Up @@ -107,13 +107,13 @@ feat: add new feature

Before:
```json
"name": "@asyncapi/generator",
"name": "@asyncapi/cli",
"version": "2.0.1",
```

After:
```json
"name": "@asyncapi/generator",
"name": "@asyncapi/cli",
"version": "3.0.1",
```

Expand Down

0 comments on commit eeaae26

Please sign in to comment.