Skip to content

Commit a4c51ba

Browse files
chore(main): release 1.0.0 (#117)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab22571 commit a4c51ba

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/rmrs/react-native-settings/compare/v0.2.3...v1.0.0) (2022-11-05)
4+
5+
6+
### Features
7+
8+
* official v1 release ([c7c9a0c](https://github.com/rmrs/react-native-settings/commit/c7c9a0c8755c20bd19a780040ac1f6141afbc844))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 1.0.0 ([#114](https://github.com/rmrs/react-native-settings/issues/114)) ([c7c9a0c](https://github.com/rmrs/react-native-settings/commit/c7c9a0c8755c20bd19a780040ac1f6141afbc844))
14+
115
## v0.0.1-alpha7 (October 19, 2018)
216

317
### Android
418

5-
* Event listeners must be registered explicitly in `MainApplication.java` instead of in the manifest. ([@erezrokah](https://github.com/erezrokah) in [#24](https://github.com/rmrs/react-native-settings/pull/24))
19+
* Event listeners must be registered explicitly in `MainApplication.java` instead of in the manifest. ([@erezrokah](https://github.com/erezrokah) in [#24](https://github.com/rmrs/react-native-settings/pull/24))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-settings",
3-
"version": "0.2.3",
3+
"version": "1.0.0",
44
"description": "Access iOS and Android device settings from React Native",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)