We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134c084 commit 9f89679Copy full SHA for 9f89679
.github/workflows/npmpub.yml
@@ -1,8 +1,8 @@
1
-name: Publish to NPM as major release
+name: Publish to NPM
2
3
on:
4
push:
5
- branches: [release]
+ branches: [master]
6
jobs:
7
build:
8
runs-on: ubuntu-latest
src/lib/package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-fittext",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "Ng2-fittext: An Angular2+ directive that change the font size until it fit the upper level container dimension.",
"keywords": [
"ng2-fittext",
0 commit comments