Skip to content

Commit f91f32d

Browse files
committed
chore(): bumping version, dropping .ts from public api ref
1 parent 4d225f7 commit f91f32d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-autosize-app",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"homepage": "https://chrum.it/pages/ngx-autosize",
55
"description": "Directive that automatically adjusts textarea height to fit content",
66
"repository": {

projects/ngx-autosize/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-autosize",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"homepage": "https://chrum.it/pages/ngx-autosize",
55
"description": "Directive that automatically adjusts textarea height to fit content",
66
"repository": {

projects/ngx-autosize/src/public-api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
export * from './lib/autosize.directive';
66
export * from './lib/autosize.module';
7-
export * from './lib/window-ref.service.ts';
7+
export * from './lib/window-ref.service';

0 commit comments

Comments
 (0)