Skip to content

Commit

Permalink
Auto-format changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Oct 20, 2021
1 parent d75b013 commit 591b6c8
Showing 1 changed file with 83 additions and 82 deletions.
165 changes: 83 additions & 82 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,274 +9,275 @@

## 1.2.13

* Fix `.sentryclirc` file formatting (#131)
- Fix `.sentryclirc` file formatting (#131)

## 1.2.12

* Don't expose auth token in `sentry.properties` (#128)
- Don't expose auth token in `sentry.properties` (#128)

## 1.2.11

* Parse Next.js version as a string, instead of int (#122)
- Parse Next.js version as a string, instead of int (#122)

## 1.2.10

* Check new contents before overwriting a file (#117)
- Check new contents before overwriting a file (#117)

## 1.2.9

* Add performance monitoring support to nextjs scripts (#114)
* Make webpack silent by default in nextjs config (#113)
- Add performance monitoring support to nextjs scripts (#114)
- Make webpack silent by default in nextjs config (#113)

## v1.2.8

* Fix React Native JS patching throwing errors due to incorrect argument
- Fix React Native JS patching throwing errors due to incorrect argument

## v1.2.7

* Fix React Native uninstall script
* Fix platform selection issues and repeated prompts on Mobile Projects.
- Fix React Native uninstall script
- Fix platform selection issues and repeated prompts on Mobile Projects.

## v1.2.6

* Get release from environment for the Next.js SDK
- Get release from environment for the Next.js SDK

## v1.2.5

* Ignore coverage when linting and clarify Next.js messages.
- Ignore coverage when linting and clarify Next.js messages.

## v1.2.4

* Add Next.js SDK initialization config files.
* Update webpack config file of Next.js.
- Add Next.js SDK initialization config files.
- Update webpack config file of Next.js.

## v1.2.3

* Don't use `package` as a varname in the NextJS config
* Enable env variables in the NextJS config
- Don't use `package` as a varname in the NextJS config
- Enable env variables in the NextJS config

## v1.2.2

* Add support for `NEXT_PUBLIC_SENTRY_DSN`
- Add support for `NEXT_PUBLIC_SENTRY_DSN`

## v1.2.1

* Update `next.config.js`, and create mergeable configs when they already exist
- Update `next.config.js`, and create mergeable configs when they already exist

## v1.2.0

* Add support for Next.js
- Add support for Next.js

## v1.1.4

* Bump @sentry/cli `1.52.4`
- Bump @sentry/cli `1.52.4`

## v1.1.3

* Add sourcemap output path to derived data to react native ios script
* Bump @sentry/cli `1.52.3`
- Add sourcemap output path to derived data to react native ios script
- Bump @sentry/cli `1.52.3`

## v1.1.2

* Don't `cli/executable` for Android project on react-native
- Don't `cli/executable` for Android project on react-native

## v1.1.1

* Bump @sentry/cli `1.51.0`
- Bump @sentry/cli `1.51.0`

## v1.1.0

* Bump @sentry/cli `1.50.0`
- Bump @sentry/cli `1.50.0`

## v1.0.2

* Several dependeny bumps with related security updates
- Several dependeny bumps with related security updates

## v1.0.1

* Strip only `Sentry*` frameworks for Cordova
* Guard Xcode project updates for react-native
- Strip only `Sentry*` frameworks for Cordova
- Guard Xcode project updates for react-native

## v1.0.0

* Support for new `@sentry/react-native`
- Support for new `@sentry/react-native`

## v0.13.0

* Bump @sentry/cli `1.43.0`
- Bump @sentry/cli `1.43.0`

## v0.12.1

* Bump @sentry/cli `1.36.1`
- Bump @sentry/cli `1.36.1`

## v0.12.0

* Fixed #22
* Bumped dependencies
- Fixed #22
- Bumped dependencies

## v0.11.1

* Fixed #16
- Fixed #16

## v0.11.0

* Update all dependencies, Fix tests on travis
- Update all dependencies, Fix tests on travis

## v0.10.3

* Use public DSN for react-native
- Use public DSN for react-native

## v0.10.2

* Remove secret DSN part check for prompt
- Remove secret DSN part check for prompt

## v0.10.1

* Use opn in favor of open
- Use opn in favor of open

## v0.10.0

* Change Cordova wizard steps to only run once and create properties file in root
- Change Cordova wizard steps to only run once and create properties file in
root

## v0.9.7

* Fix a bug where sentry-wizard will ask for parameters on uninstall
- Fix a bug where sentry-wizard will ask for parameters on uninstall

## v0.9.6

* Fix electron symbol upload script
- Fix electron symbol upload script

## v0.9.5

* Update Electron instructions to latest SDK version
- Update Electron instructions to latest SDK version

## v0.9.4

* Restore Node compatibility
* Add more tests
- Restore Node compatibility
- Add more tests

## v0.9.3

* Fix Electron installation code - Fixes #7
- Fix Electron installation code - Fixes #7

## v0.9.2

* Support Electron prereleases in symbol upload
* Correctly upload Electron dSYMs for macOS
- Support Electron prereleases in symbol upload
- Correctly upload Electron dSYMs for macOS

## v0.9.1

* Add strip arch script for cordova
- Add strip arch script for cordova

## v0.9.0

* Add support for electron projects
- Add support for electron projects

## v0.8.3

* Fixed an issue where file exsists always returned false
- Fixed an issue where file exsists always returned false

## v0.8.2

* Move sentry.properties file to plugins folder for Cordova
- Move sentry.properties file to plugins folder for Cordova

## v0.8.1

* Fix react-native js file patching
* Bump sentry-cli to 1.28.4
- Fix react-native js file patching
- Bump sentry-cli to 1.28.4

## v0.8.0

* Fix Cordova sentry-cli upload-dsym command for Xcode
- Fix Cordova sentry-cli upload-dsym command for Xcode

## v0.7.5

* Bump sentry-cli version to 1.28.1
- Bump sentry-cli version to 1.28.1

## v0.7.4

* Bump sentry-cli version to 1.27.1
* Fix Cordova integration
* Fix issue in file checker to default to false
- Bump sentry-cli version to 1.27.1
- Fix Cordova integration
- Fix issue in file checker to default to false

## v0.7.3

* Bump sentry-cli version
- Bump sentry-cli version

## v0.7.2

* Fix quiet mode and default parameter
* Fix version detection for @sentry/cli
- Fix quiet mode and default parameter
- Fix version detection for @sentry/cli

## v0.7.1

* Improve function call for wizard and parameter validation/sanitation
- Improve function call for wizard and parameter validation/sanitation

## v0.7.0

* Use @sentry/cli
- Use @sentry/cli

## v0.6.1

* Fixed https://github.com/getsentry/react-native-sentry/issues/304
- Fixed https://github.com/getsentry/react-native-sentry/issues/304

## v0.6.0

* Add quiet mode --quiet
* Fallback to user prompts when not able to connect to Sentry
* Renamed parameter type/protype to integration
- Add quiet mode --quiet
- Fallback to user prompts when not able to connect to Sentry
- Renamed parameter type/protype to integration

## v0.5.3

* Passing answers fixed in file helper
- Passing answers fixed in file helper

## v0.5.2

* Platform check
- Platform check

## v0.5.1

* Fix skip connection also for polling
- Fix skip connection also for polling

## v0.5.0

* Add skip connection option to skip connecting to Sentry
* Add possiblity to overwrite args with ENV vars SENTRY_WIZARD prefixed
- Add skip connection option to skip connecting to Sentry
- Add possiblity to overwrite args with ENV vars SENTRY_WIZARD prefixed

## v0.4.0

* Fix uninstall step for react-native
- Fix uninstall step for react-native

## v0.3.2

* Fix sentry-cli version
- Fix sentry-cli version

## v0.3.1

* Fix polling and json reponse parsing
- Fix polling and json reponse parsing

## v0.3.0

* Add support for cordova
* Internal refactorings
* Check if project is already setup
- Add support for cordova
- Internal refactorings
- Check if project is already setup

## v0.2.2

* Fix build process
- Fix build process

## v0.2.1

* Fix build process
- Fix build process

## v0.2.0

* Add support for react-native
- Add support for react-native

## v0.1.1

* Fix build process
- Fix build process

## v0.1.0

* Inital release
- Inital release

0 comments on commit 591b6c8

Please sign in to comment.