File tree 5 files changed +52
-17
lines changed
5 files changed +52
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.1.5 "
2
+ "." : " 2.1.6 "
3
3
}
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 2.1.6] ( https://github.com/simon511000/MiaouNotes/compare/miaounotes-v2.1.5...miaounotes-v2.1.6 ) (2024-04-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * add release please manifest ([ b33c20c] ( https://github.com/simon511000/MiaouNotes/commit/b33c20c3c1365a47107bbdfbdcdf989cd2f285e1 ) )
9
+ * add workflow ([ f8450fb] ( https://github.com/simon511000/MiaouNotes/commit/f8450fb305fc26750534136a4a9429a504eb783e ) )
10
+ * also update manifest version ([ fe7c073] ( https://github.com/simon511000/MiaouNotes/commit/fe7c07376ad08ad5f859ea18027579347ce8cf5a ) )
11
+ * auto upload to chrome web store ([ 7f93be5] ( https://github.com/simon511000/MiaouNotes/commit/7f93be54b93bd012fadd5430600d689a8b469b89 ) )
12
+ * move config from workflow to config file ([ 6530d62] ( https://github.com/simon511000/MiaouNotes/commit/6530d629bd11ecbcb1680f3f4c77d7b0a194ac22 ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * main branch is master ([ 6836eef] ( https://github.com/simon511000/MiaouNotes/commit/6836eefe9c5891d212ff567874272cfebbf1fd89 ) )
18
+ * move extra-files definition to packages ([ 706f844] ( https://github.com/simon511000/MiaouNotes/commit/706f844e8a1b9a1b479b213b22343933414b7b40 ) )
19
+ * typo none -> ; node ([ 509369a] ( https://github.com/simon511000/MiaouNotes/commit/509369a05cc08a8fb49cc1c4882e36b499ac39d7 ) )
20
+ * wrong build command ([ 956e070] ( https://github.com/simon511000/MiaouNotes/commit/956e070d6cbd55017582bb0cf6091304b31fbef8 ) )
21
+
22
+
23
+ ### Miscellaneous Chores
24
+
25
+ * release 2.1.6 ([ 6be99b8] ( https://github.com/simon511000/MiaouNotes/commit/6be99b88cadc8e4702ddb74e09d486f72d362733 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " [OBSOLÈTE] MiaouNotes" ,
3
3
"description" : " Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"icons" : {
6
6
"16" : " icons/urca_16.jpg" ,
7
7
"48" : " icons/urca_48.jpg" ,
8
8
"128" : " icons/urca_128.jpg"
9
9
},
10
10
"manifest_version" : 2 ,
11
- "permissions" : [" storage" ],
12
- "content_scripts" : [{
13
- "matches" : [" https://iut-rcc-intranet.univ-reims.fr/fr/tableau-de-bord" ],
14
- "css" : [" dist/css/styles.css" ],
15
- "js" : [" dist/js/bundle.js" ]
16
- }],
11
+ "permissions" : [
12
+ " storage"
13
+ ],
14
+ "content_scripts" : [
15
+ {
16
+ "matches" : [
17
+ " https://iut-rcc-intranet.univ-reims.fr/fr/tableau-de-bord"
18
+ ],
19
+ "css" : [
20
+ " dist/css/styles.css"
21
+ ],
22
+ "js" : [
23
+ " dist/js/bundle.js"
24
+ ]
25
+ }
26
+ ],
17
27
"browser_specific_settings" : {
18
28
"gecko" : {
19
- "id" : " miaounotes@simon511000.fr" ,
20
- "strict_min_version" : " 48.0" ,
21
- "update_url" : " https://miaounotes.simon511000.fr/updates.json"
29
+ "id" : " miaounotes@simon511000.fr" ,
30
+ "strict_min_version" : " 48.0" ,
31
+ "update_url" : " https://miaounotes.simon511000.fr/updates.json"
22
32
}
23
- }
24
- }
33
+ }
34
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " miaounotes" ,
3
- "version" : " 2.1.5 " ,
3
+ "version" : " 2.1.6 " ,
4
4
"private" : true ,
5
- "deprecated" : true ,
5
+ "deprecated" : true ,
6
6
"devDependencies" : {
7
7
"@types/webextension-polyfill" : " ^0.8.2" ,
8
8
"ts-loader" : " ^9.2.6" ,
You can’t perform that action at this time.
0 commit comments