Skip to content

Commit

Permalink
chore(release): release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jul 19, 2023
1 parent dc8b804 commit 557e9fd
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## v0.0.1...main

[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.1...main)

### 🩹 Fixes

- Don't format md files ([0d1fd5f](https://github.com/nobkd/replace-maps/commit/0d1fd5f))
- Include license in bundle ([734b3a6](https://github.com/nobkd/replace-maps/commit/734b3a6))
- Devscript: stop vite when browser closes ([28a7692](https://github.com/nobkd/replace-maps/commit/28a7692))
- Always reload tab on action click if frame ([5b8efc2](https://github.com/nobkd/replace-maps/commit/5b8efc2))
- Reload tab on maps or extension leaflet match ([3dc212c](https://github.com/nobkd/replace-maps/commit/3dc212c))

### 📖 Documentation

- **readme:** Add 'how it works' description ([2741d5a](https://github.com/nobkd/replace-maps/commit/2741d5a))
- **readme:** Add flowchart to 'how it works' ([86c2004](https://github.com/nobkd/replace-maps/commit/86c2004))
- **readme:** Add 'search param decoding' section ([edd1625](https://github.com/nobkd/replace-maps/commit/edd1625))
- **readme:** Create one huge flowchart ([d6c20ae](https://github.com/nobkd/replace-maps/commit/d6c20ae))
- **readme:** Add capabilities section ([16ad283](https://github.com/nobkd/replace-maps/commit/16ad283))
- **readme:** Update readme ([#7](https://github.com/nobkd/replace-maps/pull/7))
- Add wip readme for amo ([1043c6e](https://github.com/nobkd/replace-maps/commit/1043c6e))

### 🏡 Chore

- **release:** V0.0.2 ([000fe2d](https://github.com/nobkd/replace-maps/commit/000fe2d))
- **version:** Reset version ([8e40173](https://github.com/nobkd/replace-maps/commit/8e40173))
- **deps-dev:** Bump vite from 4.3.8 to 4.3.9 ([869bf4e](https://github.com/nobkd/replace-maps/commit/869bf4e))
- **deps-dev:** Bump vite from 4.3.8 to 4.3.9 ([#8](https://github.com/nobkd/replace-maps/pull/8))
- Upgrade deps, add build options ([cb704e1](https://github.com/nobkd/replace-maps/commit/cb704e1))
- **readme:** Remove secction ([8e38aae](https://github.com/nobkd/replace-maps/commit/8e38aae))
- Formatting ([ab6aceb](https://github.com/nobkd/replace-maps/commit/ab6aceb))
- Formatting ([bd01c1d](https://github.com/nobkd/replace-maps/commit/bd01c1d))
- Shorten scripts ([d167da7](https://github.com/nobkd/replace-maps/commit/d167da7))
- Update release script, upgrade deps ([3101372](https://github.com/nobkd/replace-maps/commit/3101372))
- Set package to private ([b1fcbab](https://github.com/nobkd/replace-maps/commit/b1fcbab))
- Format changelog ([dc8b804](https://github.com/nobkd/replace-maps/commit/dc8b804))

### ❤️ Contributors

- Nobkd

## v0.0.1

### 🚀 Enhancements
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Replace Maps iframes with OSM",
"author": "nobkd",
"license": "Unlicense",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"private": true,
"homepage": "https://github.com/nobkd/replace-maps#readme",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Replace Maps iframes with OSM",
"manifest_version": 2,
"name": "Replace Maps",
"version": "0.0.1",
"version": "0.0.2",
"homepage_url": "https://github.com/nobkd/replace-maps",
"icons": {
"48": "icons/48.png",
Expand Down

0 comments on commit 557e9fd

Please sign in to comment.