@mchp-mcc/pic-8bit 5.18.1 → 5.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Changelog.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ ## [5.19.0] - 2023-06-20
5
+
6
+ ### New Features
7
+ - **CC8SCRIP-16510** :- Added Support for PIC16(L)F177x & PIC16(L)F176x Devices
8
+
9
+
4
10
  ## [5.18.1] - 2023-06-15
5
11
 
6
12
  ### Bug Fixes
@@ -11,9 +17,3 @@ All notable changes to this project will be documented in this file.
11
17
 
12
18
  ### New Features
13
19
  - **CC8SCRIP-16284** :- Added Support for PIC12/16(L)F161x, PIC16(L)F178x & PIC16LF190x Devices
14
-
15
-
16
- ## [5.17.1] - 2023-06-02
17
-
18
- ### New Features
19
- - **CC8SCRIP-16178** :- Added support for SRPORT module
package/Readme.md CHANGED
@@ -31,10 +31,18 @@ The following are the 8-bit PIC device families supported by MCC Melody
31
31
  | PIC12/16(L)F161x |
32
32
  | PIC16(L)F178x |
33
33
  | PIC16LF190x |
34
+ | PIC16(L)F177x |
35
+ | PIC16(L)F176x |
34
36
 
35
37
  # Changelog
36
38
  All notable changes to this project will be documented in this file.
37
39
 
40
+ ## [5.19.0] - 2023-06-20
41
+
42
+ ### New Features
43
+ - **CC8SCRIP-16510** :- Added Support for PIC16(L)F177x & PIC16(L)F176x Devices
44
+
45
+
38
46
  ## [5.18.1] - 2023-06-15
39
47
 
40
48
  ### Bug Fixes
@@ -45,9 +53,3 @@ All notable changes to this project will be documented in this file.
45
53
 
46
54
  ### New Features
47
55
  - **CC8SCRIP-16284** :- Added Support for PIC12/16(L)F161x, PIC16(L)F178x & PIC16LF190x Devices
48
-
49
-
50
- ## [5.17.1] - 2023-06-02
51
-
52
- ### New Features
53
- - **CC8SCRIP-16178** :- Added support for SRPORT module