v0.25.1-no-protobuf
* Add v0.25.1 to changelog (#213) * Attempt to fix `make publish` (#214) Historically, `make publish` has left lingering changes to `/dist` that are (currently...) necessary for browser usage but don't make it into the correct build. Moving the `make build` step into the npm-controlled `version` step and then adding the `/dist` changes should (hopefully!) fix this. See https://docs.npmjs.com/cli/version.html for more information. * 0.25.1 Co-authored-by: Isobel Redelmeier <iredelmeier@gmail.com>