GoogleCloudPlatform / stackdriver-errors-js

Client-side JavaScript exception reporting library for Cloud Error Reporting
https://cloud.google.com/error-reporting/
Apache License 2.0
362 stars 54 forks source link

Sync git tag and npm version #107

Closed bjon closed 3 years ago

bjon commented 3 years ago

Latest release (git tag) is 0.11.0, but the npm version was 0.10.0.

steren commented 3 years ago

Strange that this didn't get updated when I ran the script to cut a release.

bjon commented 3 years ago

@steren Does the script contain npm version minor ?

steren commented 3 years ago

I mean, I ran npm version minor -m 'Release %s', I was expecting this to bump the version

steren commented 3 years ago

(Maybe I forgot to push)

bjon commented 3 years ago

yeah probably :)

bjon commented 3 years ago

Oh i just realized that the typings file should be in the root, and not the /dist folder. Fixing..