Skip to content

Commit

Permalink
chore(release): 10.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Andrade committed Jan 25, 2021
1 parent 4f3e54b commit 606623d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [10.0.0-alpha.1](https://github.com/itgalaxy/webfont/compare/v10.0.0-alpha.0...v10.0.0-alpha.1) (2021-01-25)


### ⚠ BREAKING CHANGES

* Starting from version 10 stable, you should use webfont via named import, like this: `import { webfont } from "webfont"`.

* adopt named import/export system ([31adbc7](https://github.com/itgalaxy/webfont/commit/31adbc7faa974c3d5a1ba9ffd4a5944bcab4fae8))

## [10.0.0-alpha.0](https://github.com/itgalaxy/webfont/compare/v9.0.0...v10.0.0-alpha.0) (2021-01-07)

### Breaking change
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webfont",
"version": "10.0.0-alpha.0",
"version": "10.0.0-alpha.1",
"description": "Generator of fonts from svg icons, svg icons to svg font, svg font to ttf, ttf to eot, ttf to woff, ttf to woff2",
"license": "MIT",
"author": "itgalaxy <[email protected]>",
Expand Down Expand Up @@ -125,6 +125,7 @@
"prettify": "npm run lint:prettier -- --write",
"preversion": "npm run test",
"release": "standard-version",
"release-alpha": "npm run release -- --prerelease alpha",
"test": "npm run test:only -- --coverage",
"test:only": "nyc --clean jest src"
},
Expand Down

0 comments on commit 606623d

Please sign in to comment.