Skip to content

Commit

Permalink
chore: bump version to 2.9.1 (#19)
Browse files Browse the repository at this point in the history
## Why?

Bump version to release typescript support.

## How?

- Done A (replace with a breakdown of the steps)
- Done B
- Done C

## Tickets?

- [Ticket 1](the-ticket-url-here)
- [Ticket 2](the-ticket-url-here)
- [Ticket 3](the-ticket-url-here)

## Contribution checklist?

- [ ] The commit messages are detailed
- [ ] The `build` command runs locally
- [ ] Assets or static content are linked and stored in the project
- [ ] You have manually tested
- [ ] You have provided tests

## Security checklist?

- [ ] Sensitive data has been identified and is being protected properly
- [ ] Injection has been prevented (parameterized queries, no eval or
system calls)

## Preview?

Optionally, provide the preview url here
  • Loading branch information
gabrielmpinto authored Aug 29, 2024
1 parent c131a56 commit 8cb4e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleek-platform/cli",
"version": "2.9.0",
"version": "2.9.1",
"bin": {
"fleek": "bin/index.js"
},
Expand Down

0 comments on commit 8cb4e90

Please sign in to comment.