File tree 4 files changed +42
-4
lines changed
4 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.0.4
4
+
5
+ [ compare changes] ( https://github.com/nobkd/replace-maps/compare/v0.0.3...v0.0.4 )
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - Add publish script, rename to replace_maps ([ 1682087] ( https://github.com/nobkd/replace-maps/commit/1682087 ) )
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - ** actions:** Don't cancel in progress ([ e393a92] ( https://github.com/nobkd/replace-maps/commit/e393a92 ) )
14
+ - Bump script ([ 8f7120a] ( https://github.com/nobkd/replace-maps/commit/8f7120a ) )
15
+
16
+ ### 📖 Documentation
17
+
18
+ - Update package.json description ([ 8169d25] ( https://github.com/nobkd/replace-maps/commit/8169d25 ) )
19
+ - Add known issues section ([ cf38521] ( https://github.com/nobkd/replace-maps/commit/cf38521 ) )
20
+
21
+ ### 🏡 Chore
22
+
23
+ - Fix changelogen script ([ 2b43d71] ( https://github.com/nobkd/replace-maps/commit/2b43d71 ) )
24
+ - Update LICENSE ([ 144661d] ( https://github.com/nobkd/replace-maps/commit/144661d ) )
25
+ - Update license ([ d84ed73] ( https://github.com/nobkd/replace-maps/commit/d84ed73 ) )
26
+ - Update dev script ([ 9c6a0ec] ( https://github.com/nobkd/replace-maps/commit/9c6a0ec ) )
27
+ - Drop husky and git hooks ([ 4b6e8ee] ( https://github.com/nobkd/replace-maps/commit/4b6e8ee ) )
28
+ - Fix manifesat description ([ 45399b1] ( https://github.com/nobkd/replace-maps/commit/45399b1 ) )
29
+ - Drop lint and test from publish script ([ f11cde9] ( https://github.com/nobkd/replace-maps/commit/f11cde9 ) )
30
+ - Update manifest description ([ d7a00b1] ( https://github.com/nobkd/replace-maps/commit/d7a00b1 ) )
31
+ - Remove --ignore-scripts flag ([ 8bba9d6] ( https://github.com/nobkd/replace-maps/commit/8bba9d6 ) )
32
+ - Add todo ([ de0bad7] ( https://github.com/nobkd/replace-maps/commit/de0bad7 ) )
33
+ - Use tag name ([ 6b38178] ( https://github.com/nobkd/replace-maps/commit/6b38178 ) )
34
+ - Add debug script ([ 286580c] ( https://github.com/nobkd/replace-maps/commit/286580c ) )
35
+ - Drop debug script ([ 3bc87d6] ( https://github.com/nobkd/replace-maps/commit/3bc87d6 ) )
36
+
37
+ ### ❤️ Contributors
38
+
39
+ - Nobkd
40
+
3
41
## v0.0.3
4
42
5
43
[ compare changes] ( https://github.com/nobkd/replace-maps/compare/v0.0.2...v0.0.3 )
Original file line number Diff line number Diff line change 3
3
"description" : " Replace Google Maps iFrames with OSM" ,
4
4
"author" : " nobkd" ,
5
5
"license" : " MPL-2.0" ,
6
- "version" : " 0.0.3 " ,
6
+ "version" : " 0.0.4 " ,
7
7
"type" : " module" ,
8
8
"private" : true ,
9
9
"homepage" : " https://github.com/nobkd/replace-maps#readme" ,
Original file line number Diff line number Diff line change 2
2
"description" : " Replace Google Maps iFrames with OpenStreetMap" ,
3
3
"manifest_version" : 2 ,
4
4
"name" : " Replace Maps" ,
5
- "version" : " 0.0.3 " ,
5
+ "version" : " 0.0.4 " ,
6
6
"homepage_url" : " https://github.com/nobkd/replace-maps" ,
7
7
"icons" : {
8
8
"48" : " icons/48.png" ,
You can’t perform that action at this time.
0 commit comments