Release 1.3.1

This commit is contained in:
Lorenzo Iovino 2024-01-09 08:59:54 +01:00
parent 134c084a6d
commit 9f89679820
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
name: Publish to NPM as major release name: Publish to NPM
on: on:
push: push:
branches: [release] branches: [master]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -1,6 +1,6 @@
{ {
"name": "ng2-fittext", "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.", "description": "Ng2-fittext: An Angular2+ directive that change the font size until it fit the upper level container dimension.",
"keywords": [ "keywords": [
"ng2-fittext", "ng2-fittext",