Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevee committed Apr 30, 2024
1 parent e5f7be7 commit 86f82ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2024-01-17
## [1.0.0] - 2024-01-17

### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "airtable-extension-random-record-generator",
"description": "Randomly generates Airtable records",
"license": "Apache-2.0",
"version": "0.1.0",
"version": "1.0.0",
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx frontend test",
"test": "jest --"
Expand Down

0 comments on commit 86f82ac

Please sign in to comment.