Skip to content

Commit 9f89679

Browse files
author
Lorenzo Iovino
committed
Release 1.3.1
1 parent 134c084 commit 9f89679

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npmpub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Publish to NPM as major release
1+
name: Publish to NPM
22

33
on:
44
push:
5-
branches: [release]
5+
branches: [master]
66
jobs:
77
build:
88
runs-on: ubuntu-latest

src/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-fittext",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Ng2-fittext: An Angular2+ directive that change the font size until it fit the upper level container dimension.",
55
"keywords": [
66
"ng2-fittext",

0 commit comments

Comments
 (0)