Skip to content

Commit

Permalink
chore(release): prepare for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzuk committed Nov 23, 2024
1 parent 49d1177 commit d37e6fd
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Changelog

All notable changes to this project will be documented in this file.

## 1.0.0 - 2024-11-23

### Bug Fixes

- fix(worker): loosen flightradar menu pattern

### Documentation

- docs: create readme
- docs: create privacy policy
- docs(readme): update features list
- docs(readme): add description
- docs(media): create feature example images
- docs(readme): add example images

### Features

- feat: create manifest.json
- feat: create firefox.html
- feat: create worker.js
- feat: create flightradar.js
- feat: create simbrief.js
- feat(simbrief): highlight fields on auto input
- feat: add extension icon

### Miscellaneous Tasks

- chore: create git-cliff config
- chore(github): create extension packaging action

### Other (unconventional)

- Initial commit

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flightdata",
"version": "0.0.1",
"version": "1.0.0",
"manifest_version": 3,
"description": "Collection of web tools for flight simulation",
"author": "hazzuk",
Expand Down

0 comments on commit d37e6fd

Please sign in to comment.