Skip to content

Commit 647e5f2

Browse files
committed
Merge branch 'develop' into feature/file-api-additions
2 parents 9fd51b8 + 59de36e commit 647e5f2

33 files changed

+2911
-1948
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
docs/* linguist-documentation
2+
docs-theme/* linguist-documentation
3+
docs/* linguist-documentation
4+
docs-theme/* linguist-documentation
5+
6+
# Skipping explicit file types
7+
*.html linguist-vendored

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [19.4.0] - 2019-09-03
8+
### Changed
9+
- Excluded unused bip39 wordlist from dist bundle, reducing bundle size.
10+
711
## [19.3.0] - 2019-08-21
812

913
### Changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ changes for the next release are in `develop`.
6060
We use the [git-flow-avh](https://github.com/petervanderdoes/gitflow-avh) plugin.
6161

6262
Please send pull requests against `develop`. Pull requests should include tests,
63-
[flow static type annotations](https://flow.org) and be lint free.
63+
[flow static type annotations](https://flow.org) and be lint free. Open your pull request using the template in `PULL_REQUEST_TEMPLATE.md`
6464

6565
Github issues marked [help-wanted](https://github.com/blockstack/blockstack.js/labels/help-wanted)
6666
are great places to start. Please ask in a github issue or slack before embarking
@@ -85,10 +85,4 @@ Run `npm run compile; npm run browserify` before opening the file `test.html`
8585
in your browser.
8686

8787
## Releasing
88-
89-
- `git flow release start <version>`
90-
- Add section to `CHANGELOG.md`
91-
- Increment version in `package.json` and commit
92-
- `npm publish`
93-
- Commit built documentation and distribution
94-
- `git flow release finish`
88+
See `release-checklist.md`

0 commit comments

Comments
 (0)