Skip to content

Commit 44ef147

Browse files
chore(release): 2.0.0-alpha.1 [skip ci]
# [2.0.0-alpha.1](v1.5.1...v2.0.0-alpha.1) (2023-12-28) ### Bug Fixes * add example.png to build files ([3a8e963](3a8e963)) * move imagemin to dependencies ([0c8d0f1](0c8d0f1)) * print error message ([cd8b64c](cd8b64c)) ### Code Refactoring * modify usage and implementation ([859dfee](859dfee)) ### Performance Improvements * remove the dependency on imagemin ([053431e](053431e)) ### BREAKING CHANGES * the dependency on imagemin is changed to be imported from outside * modify the defined configuration and remove the dependencies of imagemin-related plugins from within
1 parent 053431e commit 44ef147

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [2.0.0-alpha.1](https://github.com/iChengbo/react-native-imagemin-asset-plugin/compare/v1.5.1...v2.0.0-alpha.1) (2023-12-28)
2+
3+
4+
### Bug Fixes
5+
6+
* add example.png to build files ([3a8e963](https://github.com/iChengbo/react-native-imagemin-asset-plugin/commit/3a8e96362646f46b79412e3be717137a3ecd13af))
7+
* move imagemin to dependencies ([0c8d0f1](https://github.com/iChengbo/react-native-imagemin-asset-plugin/commit/0c8d0f195679547f657da905015ab4da96a603a3))
8+
* print error message ([cd8b64c](https://github.com/iChengbo/react-native-imagemin-asset-plugin/commit/cd8b64ce70614a06aac7630fad4e7611dfd33bb3))
9+
10+
11+
### Code Refactoring
12+
13+
* modify usage and implementation ([859dfee](https://github.com/iChengbo/react-native-imagemin-asset-plugin/commit/859dfee857f06a053c6eae7d57d4244a3c9e86b5))
14+
15+
16+
### Performance Improvements
17+
18+
* remove the dependency on imagemin ([053431e](https://github.com/iChengbo/react-native-imagemin-asset-plugin/commit/053431ec4fcd9c41c335441c6804279cc93d3ced))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* the dependency on imagemin is changed to be imported from outside
24+
* modify the defined configuration and remove the dependencies of imagemin-related plugins from within
25+
126
# [2.0.0-alpha.1](https://github.com/iChengbo/react-native-imagemin-asset-plugin/compare/v1.5.0...v2.0.0-alpha.1) (2023-12-26)
227

328
### Bug Fixes

0 commit comments

Comments
 (0)