Skip to content

Commit 0c39c61

Browse files
authored
Merge pull request #91 from sevensc/docs(upgraded-version)
docs(upgraded-version)
2 parents 94f87df + e13f62f commit 0c39c61

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
#### 1.6.0
4+
- Using latest typescript version, please check if your environment still works with this version before upgrading!
5+
- chore: upgraded packages
6+
- chore: migrated eslint to 9.x
7+
38
#### 1.5.0
49
- Using latest typescript version, please check if your environment still works with this version before upgrading!
510
- feature: !IMPORTANT methods/properties starting with uppercase are marked deprecated now and will be removed in future versions! Check the deprecated infos

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-string-operations",
3-
"version": "1.5.0-rc.15",
3+
"version": "1.6.0",
44
"description": "Simple lightweight string operation library for Typescript, works with Angular",
55
"main": "dist/index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)