Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the-spyke committed Jul 15, 2019
1 parent 0c37c27 commit a9c17d9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2019-07-15

Dependencies were updated to resolve GitHub security alerts.

### Added

- `toConsumer()` pull target. Sends items to a consumer function.
Expand Down
9 changes: 9 additions & 0 deletions packages/undercut/RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Release process

1. Run tests with `yarn test`.
2. Run ESLint with `yarn lint`.
3. Make a tarball with `npm pack` and test-install it locally.
4. Bump version in `package.json` and `CHANGELOG.md`, make a commit.
5. Add an annotated tag with corresponding version like `v1.2.3`.
6. Publish the release with `npm publish`.
7. Copy the release notes from `CHANGELOG.md` to `GitHub Releases`.
2 changes: 1 addition & 1 deletion packages/undercut/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "undercut",
"version": "0.2.0",
"version": "0.3.0",
"description": "JavaScript data processing pipelines and utilities",
"author": "Anton Alexandrenok",
"license": "MIT",
Expand Down

0 comments on commit a9c17d9

Please sign in to comment.